tModLoader v0.11.8.9
A mod to make and play Terraria mods
ModTile.cs File Reference

Go to the source code of this file.

Classes

class  Terraria.ModLoader.ModTile
 This class represents a type of tile that can be added by a mod. Only one instance of this class will ever exist for each type of tile that is added. Any hooks that are called will be called by the instance corresponding to the tile type. This is to prevent the game from using a massive amount of memory storing tile instances. More...
 

Namespaces

namespace  Terraria
 
namespace  Terraria.ModLoader