Browse Source

修复proto2cs注释的问题

tanghai 4 năm trước cách đây
mục cha
commit
223e47e443
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Tools/App/Apps/Proto2CS/Proto2CS.cs

+ 1 - 0
Tools/App/Apps/Proto2CS/Proto2CS.cs

@@ -82,6 +82,7 @@ namespace ET
                 if (newline.StartsWith("//"))
                 {
                     sb.Append($"{newline}\n");
+                    continue;
                 }
 
                 if (newline.StartsWith("message"))