|
|
@@ -24,8 +24,8 @@ namespace ET
|
|
|
public static class InnerProto2CS
|
|
|
{
|
|
|
private const string protoPath = ".";
|
|
|
- private const string clientMessagePath = "../Unity/Codes/Model/Generate/Message/";
|
|
|
- private const string serverMessagePath = "../Apps/Model/Generate/Message/";
|
|
|
+ private const string clientMessagePath = "../Codes/Generate/Client/Message/";
|
|
|
+ private const string serverMessagePath = "../Codes/Generate/Server/Message/";
|
|
|
private static readonly char[] splitChars = { ' ', '\t' };
|
|
|
private static readonly List<OpcodeInfo> msgOpcode = new List<OpcodeInfo>();
|
|
|
|