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,10 +1,8 @@
#pragma warning disable CS0626
using MU3.Sequence;
namespace MU3.Battle;
public class patch_GameEngine: GameEngine {
class patch_GameEngine: GameEngine {
public extern void orig_reset();
public new void reset() {
orig_reset();