1
0
forked from akanyan/mu3-mods

fix: various fixes

This commit is contained in:
2024-12-28 01:19:11 +00:00
parent 4f0cf6b327
commit afb872375d
6 changed files with 15 additions and 14 deletions

View File

@ -9,6 +9,7 @@ namespace MU3.Client;
class patch_PacketGetGameEvent: Packet {
public Operation.GameEvent _gameEvent;
public Operation.GameEvent gameEvent => _gameEvent;
public extern State orig_proc();
public override State proc() {
State state = orig_proc();