Skip to content

Commit f73d1ac

Browse files
committed
添加关键字
1 parent 0580ec1 commit f73d1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Il2CppDumper/Outputs/StructGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class StructGenerator
2828
private static HashSet<ulong> methodInfoCache = new HashSet<ulong>();
2929
private static HashSet<string> keyword = new HashSet<string>(StringComparer.Ordinal)
3030
{ "klass", "monitor", "register", "_cs", "auto", "friend", "template", "flat", "default", "_ds", "interrupt",
31-
"unsigned", "signed", "asm", "if", "case", "break", "continue", "do", "new", "_", "short", "union", "class"};
31+
"unsigned", "signed", "asm", "if", "case", "break", "continue", "do", "new", "_", "short", "union", "class", "namespace"};
3232
private static HashSet<string> specialKeywords = new HashSet<string>(StringComparer.Ordinal)
3333
{ "inline", "near", "far" };
3434

0 commit comments

Comments
 (0)