mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 14:04:41 +02:00
Finished character creator DB calls, moved DB stuff to Dapper, started work on get characters.
This commit is contained in:
parent
9dfd6906b9
commit
443212830a
10 changed files with 183 additions and 166 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue