mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-25 11:58:17 +02:00
Added party sync packet which will sync member info between world/zone servers.
This commit is contained in:
parent
a68866617f
commit
2bdc238bc2
6 changed files with 158 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
|
||||
using FFXIVClassic.Common;
|
||||
using FFXIVClassic_Map_Server.actors.group;
|
||||
using FFXIVClassic_Map_Server.Actors.Chara;
|
||||
using FFXIVClassic_Map_Server.packets.send.actor;
|
||||
|
||||
|
@ -50,7 +51,9 @@ namespace FFXIVClassic_Map_Server.Actors
|
|||
|
||||
public Work work = new Work();
|
||||
public CharaWork charaWork = new CharaWork();
|
||||
|
||||
|
||||
public Group currentParty = null;
|
||||
|
||||
public Character(uint actorID) : base(actorID)
|
||||
{
|
||||
//Init timer array to "notimer"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue