idle timeout

This commit is contained in:
Vinzenz Schroeter 2024-04-12 14:28:57 +02:00
parent ad211433fb
commit 7e767d6dcb
5 changed files with 27 additions and 9 deletions

View file

@ -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;
}