logic
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace CheckersSpielBot
|
||||
{
|
||||
public static class PlayerSession
|
||||
{
|
||||
public static int PlayerId { get; set; } = -1;
|
||||
public static string Username { get; set; } = string.Empty;
|
||||
public static int CurrentGameId { get; set; } = -1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user