Skip to content

Commit d62011a

Browse files
committed
修改c# id 映射不一致的bug
1 parent bc27771 commit d62011a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ProtocolBuffers/Generater.exe

0 Bytes
Binary file not shown.

ProtocolBuffersGenerater/Core/CSharp/CSharpGenerater.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ public void Generate(Data data)
2525
CSharpClass_IdGenerater classGen = new CSharpClass_IdGenerater(data);
2626
classGen.Generate();
2727
CSharpClass_Proto protoGen = new CSharpClass_Proto(data);
28-
//protoGen.GenerateProto_Old();
29-
protoGen.GenerateProto_Net400();
28+
protoGen.GenerateProto_Old();
29+
//protoGen.GenerateProto_Net400();
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)