mirror of
https://github.com/smyalygames/monopoly.git
synced 2025-05-18 06:14:10 +02:00
8 lines
132 B
C#
8 lines
132 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
|
|
public static class GameSettings
|
|
{
|
|
public static int players;
|
|
}
|