space-pew/SpacePew.Common/Constants.cs

16 lines
293 B
C#
Raw Normal View History

2015-12-04 10:23:49 +01:00
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;
}
}