1
0
forked from akanyan/mu3-mods

chore: major cleanup

This commit is contained in:
2024-07-04 21:39:11 +09:00
parent 74ecdf111a
commit 76884216dd
52 changed files with 126 additions and 377 deletions

View File

@ -1,12 +1,9 @@
#pragma warning disable CS0626
#pragma warning disable CS0649
using MU3.CustomUI;
using UnityEngine;
namespace MU3;
public class patch_UICredit: UICredit {
class patch_UICredit: UICredit {
private Animator gpAnimator_;
private GameObject creditRoot_;
private MU3UICounter credit_;