1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-16 15:16:33 +09:00

master server sample work

This commit is contained in:
lidgren
2010-05-11 11:59:18 +00:00
parent 51a18d5957
commit e62057c250
19 changed files with 918 additions and 15 deletions

View File

@@ -0,0 +1,13 @@
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;
}
}