forked from akanyan/mu3-mods
chore: major cleanup
This commit is contained in:
@ -4,7 +4,7 @@ using UnityEngine;
|
||||
|
||||
namespace MU3;
|
||||
|
||||
public class patch_BattleUI: BattleUI {
|
||||
class patch_BattleUI: BattleUI {
|
||||
private System.Collections.IEnumerator playReadyProc(Action onFinish) {
|
||||
if(!SystemUI.Exists) {
|
||||
onFinish();
|
||||
|
Reference in New Issue
Block a user