mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 06:24:38 +02:00
Relation group work.
This commit is contained in:
parent
6ba1f968c3
commit
5af1f6dba6
11 changed files with 234 additions and 16 deletions
|
@ -21,6 +21,16 @@ namespace FFXIVClassic_World_Server.DataObjects.Group
|
|||
work._globalTemp.variableCommand = command;
|
||||
}
|
||||
|
||||
public uint GetHost()
|
||||
{
|
||||
return (uint)(((ulong)work._globalTemp.host >> 32) & 0xFFFFFFFF);
|
||||
}
|
||||
|
||||
public uint GetOther()
|
||||
{
|
||||
return charaOther;
|
||||
}
|
||||
|
||||
public override int GetMemberCount()
|
||||
{
|
||||
return 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue