We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0580ec1 commit f73d1acCopy full SHA for f73d1ac
Il2CppDumper/Outputs/StructGenerator.cs
@@ -28,7 +28,7 @@ public class StructGenerator
28
private static HashSet<ulong> methodInfoCache = new HashSet<ulong>();
29
private static HashSet<string> keyword = new HashSet<string>(StringComparer.Ordinal)
30
{ "klass", "monitor", "register", "_cs", "auto", "friend", "template", "flat", "default", "_ds", "interrupt",
31
- "unsigned", "signed", "asm", "if", "case", "break", "continue", "do", "new", "_", "short", "union", "class"};
+ "unsigned", "signed", "asm", "if", "case", "break", "continue", "do", "new", "_", "short", "union", "class", "namespace"};
32
private static HashSet<string> specialKeywords = new HashSet<string>(StringComparer.Ordinal)
33
{ "inline", "near", "far" };
34
0 commit comments