WaluigiWillReturn
Terrarian
So, i want to make a magic weapon for my mod, and i am new to both C# and Modding, so, i have this line of code that is giving me the error :
item.shoot = ModContent.ProjectileType ("Sun");
And it is giving me the error CS1501: No overload for method 'ProjectileType' takes 1 arguments
item.shoot = ModContent.ProjectileType ("Sun");
And it is giving me the error CS1501: No overload for method 'ProjectileType' takes 1 arguments