mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Finished character creator DB calls, moved DB stuff to Dapper, started work on get characters.
This commit is contained in:
@@ -26,6 +26,13 @@ namespace FFXIVClassic_Lobby_Server
|
||||
//Instance Stuff
|
||||
public uint currentUserId = 0;
|
||||
public uint currentAccount;
|
||||
|
||||
//Chara Creation
|
||||
public string newCharaName;
|
||||
public uint newCharaPid;
|
||||
public uint newCharaCid;
|
||||
public ushort newCharaSlot;
|
||||
public ushort newCharaWorldId;
|
||||
|
||||
|
||||
public void processIncoming(int bytesIn)
|
||||
|
||||
Reference in New Issue
Block a user