1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-14 22:26:29 +09:00
Files
lidgren-network-gen3/Samples/MasterServerSample/MSCommon/CommonConstants.cs
2010-05-11 11:59:18 +00:00

14 lines
257 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace MSCommon
{
public static class CommonConstants
{
public const int MasterServerPort = 14343;
public const int GameServerPort = 14242;
}
}