mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-02 17:13:26 +02:00
Added a load player character function to the database class. As I went through, changed the various properties to their correct datatype. Also added Work object to Character.
This commit is contained in:
parent
c9f35a207b
commit
4dec77aa69
8 changed files with 353 additions and 16 deletions
|
@ -23,7 +23,7 @@ namespace FFXIVClassic_Map_Server.dataobjects.chara
|
|||
public ushort[] status = new ushort[20];
|
||||
public uint[] statusShownTime = new uint[20];
|
||||
|
||||
public int[] command = new int[64];
|
||||
public uint[] command = new uint[64];
|
||||
public int[] commandCategory = new int[64];
|
||||
public int commandBorder = 0x20;
|
||||
public bool commandAcquired = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue