public class Constants { public const string ServerURL = "http://localhost:3000"; public const string GameServerURL = "ws://localhost:3000"; }