tmodloader error cs0012

here it is
 

Attachments

  • Capture.PNG
    Capture.PNG
    335.8 KB · Views: 206
Do you have .NET 4.0 installed? At the top of your code, are you using the right include statements such as these (or whatever your code may require):
using Terraria; using Terraria.ID; using Terraria.ModLoader; using Microsoft.Xna.Framework;
 
I'm having the same issue as you, does anyone at all have answers?
EDIT: I don't know if you're still there, but it has been solved in my own bug report thread and This thread, your problem may be visual studio.
 
Last edited:
Back
Top Bottom