mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Renamed BattleActionPacket -> CommandResultPacket as it better defines what these packets do. A command fires -> here is what happened due to it.
This commit is contained in:
@@ -19,7 +19,7 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai.state
|
||||
|
||||
protected DateTime startTime;
|
||||
|
||||
protected BattleAction errorResult;
|
||||
protected CommandResult errorResult;
|
||||
|
||||
protected bool isCompleted;
|
||||
|
||||
|
Reference in New Issue
Block a user