mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-10 12:47:27 +08:00
[RF] Move sub-config classes to their own directory
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user