Просмотр исходного кода

修复导tool导出路径错误

tanghai 3 лет назад
Родитель
Сommit
0af87defd8

+ 2 - 2
DotNet/Tool/ExcelExporter/ExcelExporter.cs

@@ -53,8 +53,8 @@ namespace ET
     {
         private static string template;
 
-        public const string ClientClassDir = "../Unity/Codes/Model/Generate/Config";
-        public const string ServerClassDir = "../Apps/Model/Generate/Config";
+        public const string ClientClassDir = "../Codes/Generate/Client/Config";
+        public const string ServerClassDir = "../Codes/Generate/Server/Config";
 
         private const string excelDir = "../Excel";
 

+ 2 - 2
DotNet/Tool/Proto2CS/Proto2CS.cs

@@ -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>();
 

+ 11 - 0
Unity/Assets/Scripts/Mono/Helper/CoroutineHelper.cs.meta

@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: 4644041cf144abf4ab0794ef5995df13
+MonoImporter:
+  externalObjects: {}
+  serializedVersion: 2
+  defaultReferences: []
+  executionOrder: 0
+  icon: {instanceID: 0}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: