吃了会中毒 4 лет назад
Родитель
Сommit
203547321c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Tools/Proto2CS/Program.cs

+ 1 - 1
Tools/Proto2CS/Program.cs

@@ -78,7 +78,7 @@ namespace ET
                 
                 if (newline.StartsWith("//ResponseType"))
                 {
-                    string responseType = line.Split(" ")[1];
+                    string responseType = line.Split(" ")[1].TrimEnd('\r', '\n');
                     sb.AppendLine($"\t[ResponseType(typeof({responseType}))]");
                     continue;
                 }