mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-03 09:57:46 +00:00

# Conflicts: # FFXIVClassic Map Server/CommandProcessor.cs # FFXIVClassic Map Server/WorldManager.cs # FFXIVClassic Map Server/actors/area/Area.cs # FFXIVClassic Map Server/actors/area/PrivateArea.cs # FFXIVClassic Map Server/actors/area/Zone.cs # FFXIVClassic Map Server/actors/chara/npc/Npc.cs # FFXIVClassic Map Server/common/Utils.cs # FFXIVClassic Map Server/dataobjects/ConnectedPlayer.cs
17 lines
490 B
C#
17 lines
490 B
C#
namespace FFXIVClassic_Map_Server.Actors.Chara
|
|
{
|
|
class ParameterTemp
|
|
{
|
|
public short tp = 0;
|
|
|
|
public int tarGetInformation = 0;
|
|
|
|
public ushort[] maxCommandRecastTime = new ushort[40];
|
|
|
|
public float[] forceControl_float_forClientSelf = { 1.0f, 1.0f, 0.0f, 0.0f};
|
|
public short[] forceControl_int16_forClientSelf = { -1, -1 };
|
|
|
|
public byte[] otherClassAbilityCount = new byte[2];
|
|
public byte[] giftCount = new byte[2];
|
|
}
|
|
}
|