mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 14:04:41 +02:00
Added director code to player class and actor namespace.
This commit is contained in:
parent
49a13effca
commit
9c28e966f7
7 changed files with 165 additions and 2 deletions
|
@ -27,6 +27,13 @@ namespace FFXIVClassic_Map_Server.actors
|
|||
public byte unknown1;
|
||||
public byte unknown2;
|
||||
public string conditionName;
|
||||
|
||||
public NoticeEventCondition(string name, byte unk1, byte unk2)
|
||||
{
|
||||
conditionName = name;
|
||||
unknown1 = unk1;
|
||||
unknown2 = unk2;
|
||||
}
|
||||
}
|
||||
|
||||
public class EmoteEventCondition
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue