From 0bcfc7f6d030f6beadf39ee8d536dbbd790f9c90 Mon Sep 17 00:00:00 2001 From: Cj <161484149+CJ-SPT@users.noreply.github.com> Date: Sat, 11 Jan 2025 06:35:44 -0500 Subject: [PATCH] Remove comments from Settings.jsonc --- Assets/Templates/Settings.jsonc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/Templates/Settings.jsonc b/Assets/Templates/Settings.jsonc index 9e3bef3..eaa57fc 100644 --- a/Assets/Templates/Settings.jsonc +++ b/Assets/Templates/Settings.jsonc @@ -1,6 +1,6 @@ { "MappingPath": "", - "TypeNamesToMatch": [ // These are the only types considered when looking for a match + "TypeNamesToMatch": [ "Class", "GClass", "GStruct", @@ -9,12 +9,12 @@ "Interface", "GInterface" ], - "MethodNamesToIgnore": [ // Don't try to match on these + "MethodNamesToIgnore": [ "method_", "smethod_", "vmethod_" ], - "FieldNamesToIgnore": [ // Don't try to match on these + "FieldNamesToIgnore": [ "action", "bool", "dictionary",