mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
More group work. Added packet operations to the world server so it can send global group info.
This commit is contained in:
parent
6c409e93a9
commit
1148619ca5
30 changed files with 1173 additions and 43 deletions
|
@ -8,5 +8,7 @@ namespace FFXIVClassic_World_Server.DataObjects.Group
|
|||
{
|
||||
class RetainerGroupMember
|
||||
{
|
||||
public uint retainerId;
|
||||
public string name;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue