[MenuScalePatch] Input Manager and ManagedView changes

This commit is contained in:
NotAKidoS 2023-05-17 12:08:34 -05:00
parent 5c66138f2f
commit 58e2c13d8b
3 changed files with 34 additions and 47 deletions

View file

@ -4,7 +4,7 @@ namespace NAK.MenuScalePatch;
public class MenuScalePatch : MelonMod
{
public static MelonPreferences_Category Category =
public static MelonPreferences_Category Category =
MelonPreferences.CreateCategory(nameof(MenuScalePatch));
public static MelonPreferences_Entry<bool> EntryUseIndependentHeadTurn =