You've already forked lidgren-network-gen3
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:
13
Samples/MasterServerSample/MSCommon/CommonConstants.cs
Normal file
13
Samples/MasterServerSample/MSCommon/CommonConstants.cs
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user