tModLoader v0.11.8.9
A mod to make and play Terraria mods
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties
ModPlayer.cs File Reference

Go to the source code of this file.

Classes

class  Terraria.ModLoader.ModPlayer
 A ModPlayer instance represents an extension of a Player instance. You can store fields in the ModPlayer classes, much like how the Player class abuses field usage, to keep track of mod-specific information on the player that a ModPlayer instance represents. It also contains hooks to insert your code into the Player class. More...
 

Namespaces

namespace  Terraria
 
namespace  Terraria.ModLoader