Ive been getting this error c:\Users\User\Documents\My Games\Terraria\ModLoader\Mod Sources\BrilliantStarMod\Items\BrilliantStarsDownfall.cs(37,25) : error CS0120: An object reference is required for the non-static field, method, or property 'Terraria.ModLoader.Mod.ItemType(string)'
my code:
using Terraria.ID;
using Terraria.ModLoader;
using Microsoft.Xna.Framework;
using Terraria; /*These are the Executable files the mod is trying to access, its trying to access Terraria.exe,...
So, im getting Error CS0120, any ideas?
my code:
using Terraria.ID;
using Terraria.ModLoader;
using Microsoft.Xna.Framework;
using Terraria; /*These are the Executable files the mod is trying to access, its trying to access Terraria.exe,...
So, im getting Error CS0120, any ideas?