2016-06-08 22:29:04 +01:00
|
|
|
|
namespace FFXIVClassic_Map_Server.packets.send.actor.battle
|
2016-02-07 15:28:08 -05:00
|
|
|
|
{
|
|
|
|
|
class BattleAction
|
|
|
|
|
{
|
|
|
|
|
public uint targetId;
|
|
|
|
|
public ushort amount;
|
|
|
|
|
public ushort worldMasterTextId;
|
|
|
|
|
public uint effectId;
|
|
|
|
|
public byte param;
|
|
|
|
|
public byte unknown;
|
|
|
|
|
}
|
|
|
|
|
}
|