forked from akanyan/mu3-mods
chore: major cleanup
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user