mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 14:04:41 +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
15
FFXIVClassic_Lobby_Server/dataobjects/Retainer.cs
Normal file
15
FFXIVClassic_Lobby_Server/dataobjects/Retainer.cs
Normal file
|
@ -0,0 +1,15 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using FFXIVClassic_Lobby_Server.common;
|
||||
|
||||
namespace FFXIVClassic_Lobby_Server
|
||||
{
|
||||
class Retainer
|
||||
{
|
||||
public string name = "";
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue