mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Added temp character and retainer packets. Added constants for easy modding.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user