mirror of
https://github.com/smyalygames/monopoly.git
synced 2025-05-18 14:24:12 +02:00
5 lines
75 B
C#
5 lines
75 B
C#
public static class GameSettings
|
|
{
|
|
public static int players = 5;
|
|
}
|