space-pew/SpacePew.Common/Constants.cs
Magnus von Wachenfeldt 2a9d8ce416 move to github
2015-12-04 10:23:49 +01:00

16 lines
293 B
C#

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;
}
}