mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Added director code to player class and actor namespace.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user