mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-02 17:13:26 +02:00
Added property init function which should get everything working. Added defaults to some properties.
This commit is contained in:
parent
9fc4101812
commit
3205bd1c83
9 changed files with 227 additions and 43 deletions
|
@ -14,8 +14,8 @@ namespace FFXIVClassic_Map_Server.dataobjects.chara
|
|||
|
||||
public int[] maxCommandRecastTime = new int[40];
|
||||
|
||||
public float[] forceControl_float_forClientSelf = new float[4];
|
||||
public short[] forceControl_int16_forClientSelf = new short[2];
|
||||
public float[] forceControl_float_forClientSelf = { 1.0f, 1.0f};
|
||||
public short[] forceControl_int16_forClientSelf = { -1, -1 };
|
||||
|
||||
public int[] otherClassAbilityCount = new int[2];
|
||||
public int[] giftCount = new int[2];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue