Added more work values and guildleve funcs. Also realized target will always == the queuedpacket session. This will make broadcasting packets easier once cleaned up.

This commit is contained in:
Filip Maj
2017-06-24 15:47:53 -04:00
parent eb17da1c89
commit a80c80454b
3 changed files with 40 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ namespace FFXIVClassic_Map_Server.actors.director.Work
public float[] markerX = new float[3];
public float[] markerY = new float[3];
public float[] markerZ = new float[3];
public sbyte signal;
}
}