Nit
This commit is contained in:
@@ -12,6 +12,12 @@ namespace UIFixes
|
|||||||
{
|
{
|
||||||
public static bool MoveForward;
|
public static bool MoveForward;
|
||||||
|
|
||||||
|
public static void Enable()
|
||||||
|
{
|
||||||
|
new CloseScreenInterruptionPatch().Enable();
|
||||||
|
new ConfirmDiscardPatch().Enable();
|
||||||
|
}
|
||||||
|
|
||||||
public class CloseScreenInterruptionPatch : ModulePatch
|
public class CloseScreenInterruptionPatch : ModulePatch
|
||||||
{
|
{
|
||||||
protected override MethodBase GetTargetMethod()
|
protected override MethodBase GetTargetMethod()
|
||||||
|
|||||||
@@ -9,8 +9,7 @@ namespace UIFixes
|
|||||||
{
|
{
|
||||||
Settings.Init(Config);
|
Settings.Init(Config);
|
||||||
|
|
||||||
new EditBuildScreenPatch.CloseScreenInterruptionPatch().Enable();
|
EditBuildScreenPatch.Enable();
|
||||||
new EditBuildScreenPatch.ConfirmDiscardPatch().Enable();
|
|
||||||
new TransferConfirmPatch().Enable();
|
new TransferConfirmPatch().Enable();
|
||||||
new MailReceiveAllPatch().Enable();
|
new MailReceiveAllPatch().Enable();
|
||||||
ScrollPatches.Enable();
|
ScrollPatches.Enable();
|
||||||
|
|||||||
Reference in New Issue
Block a user