mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
Added temp character and retainer packets. Added constants for easy modding.
This commit is contained in:
parent
6c869353cc
commit
c78414f9be
7 changed files with 243 additions and 9 deletions
|
@ -9,7 +9,8 @@ namespace FFXIVClassic_Lobby_Server
|
|||
{
|
||||
class Character
|
||||
{
|
||||
public string name = "";
|
||||
public string name = "Test Test";
|
||||
public string world = "Test World";
|
||||
|
||||
public uint id = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue