TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ OnKill()

virtual void Terraria.ModLoader.ModTileEntity.OnKill ( )
inlinevirtualinherited

This method only gets called in the Kill method. If you plan to use that, you can put code here to make things happen when it is called.

Definition at line 254 of file ModTileEntity.cs.

255 {
256 }