Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyall committed Apr 25, 2024
1 parent 92f7ead commit 027bdc4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions HundredHeroesFix.cs
Expand Up @@ -10,10 +10,8 @@
using Common.UI;
using Kaeru.UI;
using GameData;
using System;
using FieldStage;
using Battle;
using UI.Title;
using System;

namespace HundredHeroesFix
{
Expand Down Expand Up @@ -298,8 +296,6 @@ public static void LoadScreenFix(CanvasScaler __instance)
}
}



// Span screen fades
[HarmonyPatch(typeof(Framework.FadeOrganizer), nameof(Framework.FadeOrganizer.Start))]
[HarmonyPostfix]
Expand Down

0 comments on commit 027bdc4

Please sign in to comment.