[RF] Move sub-config classes to their own directory

This commit is contained in:
Clansty
2024-10-28 05:56:54 +08:00
parent 0af137ba8c
commit 6945032077
11 changed files with 693 additions and 667 deletions

View File

@@ -9,7 +9,7 @@ public class Enable
[HarmonyPostfix]
public static void JvsButtonTableRecordConstructor(JvsButtonTableRecord __instance, string Name)
{
var prop = (DB.KeyCodeID)typeof(Config.CustomKeyMapConfig).GetProperty(Name).GetValue(AquaMai.AppConfig.CustomKeyMap);
var prop = (DB.KeyCodeID)typeof(Config).GetProperty(Name).GetValue(AquaMai.AppConfig.CustomKeyMap);
__instance.SubstituteKey = prop;
}
}