idle timeout
This commit is contained in:
parent
ad211433fb
commit
7e767d6dcb
5 changed files with 27 additions and 9 deletions
|
@ -14,4 +14,6 @@ internal sealed class Player(string name)
|
|||
public int Kills { get; set; }
|
||||
|
||||
public int Deaths { get; set; }
|
||||
|
||||
public DateTime LastInput { get; set; } = DateTime.Now;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue