Merge with upstream
This commit is contained in:
commit
9f7055b806
13 changed files with 263 additions and 55 deletions
|
|
@ -308,6 +308,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