Add config option "RespawnBossSeconds"

Fixes #813
This commit is contained in:
MarioE 2014-07-01 14:43:56 -04:00
parent 0701f5cf37
commit e2d826a157
4 changed files with 20 additions and 7 deletions

View file

@ -214,10 +214,10 @@ namespace TShockAPI
public bool RequestedSection;
/// <summary>
/// The last time the player died.
/// </summary>
public DateTime LastDeath { get; set; }
/// <summary>
/// The player's respawn timer.
/// </summary>
public int RespawnTimer;
/// <summary>
/// Whether the player is dead or not.