增加一些定义
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
namespace Fantasy
|
||||
{
|
||||
// Roaming协议定义(需要定义10000以上、因为10000以内的框架预留)
|
||||
public static class RoamingType
|
||||
{
|
||||
}
|
||||
}
|
||||
1
Examples/Config/NetworkProtocol/RoamingType.Config
Normal file
1
Examples/Config/NetworkProtocol/RoamingType.Config
Normal file
@@ -0,0 +1 @@
|
||||
// Roaming协议定义(需要定义10000以上、因为10000以内的框架预留)
|
||||
1
Examples/Config/NetworkProtocol/RouteType.Config
Normal file
1
Examples/Config/NetworkProtocol/RouteType.Config
Normal file
@@ -0,0 +1 @@
|
||||
// Route协议定义(需要定义1000以上、因为1000以内的框架预留)
|
||||
@@ -0,0 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
namespace Fantasy
|
||||
{
|
||||
// Roaming协议定义(需要定义10000以上、因为10000以内的框架预留)
|
||||
public static class RoamingType
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user