using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; namespace SpacePew.Common { public static class Constants { public const int MasterServerPort = 31315; public const int GameServerPort = 31316; } }