We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e69ce commit 0831f1dCopy full SHA for 0831f1d
ProtoExport/ProtoBuffUnityHelper.cs
@@ -80,7 +80,7 @@ public void Run(MessageInfoList messageInfoList, string outputPath, string names
80
{
81
defaultValue = $" = new {operationField.Type}();";
82
}
83
-
+ sb.AppendLine($"\t\t[ProtoMap(DisableMap = true)]");
84
sb.AppendLine($"\t\tpublic {operationField.Type} {operationField.Name} {{ get; set; }}{defaultValue}");
85
86
0 commit comments