1using Microsoft.Xna.Framework;
 
   13        public readonly 
string mod;
 
   17        public readonly 
string Name;
 
   35        internal bool oneDropLogo = 
false;
 
  109            this.mod = 
"Terraria";
 
Mod is an abstract class that you will override. It serves as a central place from which the mod's co...