Fix sand guns.

This commit is contained in:
Zack Piispanen 2013-11-08 03:28:24 -05:00
parent f4c332ab2f
commit e635b6f01a
2 changed files with 17 additions and 0 deletions

View file

@ -301,6 +301,11 @@ namespace TShockAPI
/// Players controls are inverted if using SSC
/// </summary>
public bool Confused = false;
/// <summary>
/// The last projectile type this player tried to kill.
/// </summary>
public int LastKilledProjectile = 0;
/// <summary>
/// Whether the player is a real, human, player on the server.