Fix sand guns.
This commit is contained in:
parent
f4c332ab2f
commit
e635b6f01a
2 changed files with 17 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue