added status effect class

- todo: load info into effects
- todo: create a container, call onGain/onLose/onTick for effects etc
This commit is contained in:
Tahir Akhlaq 2017-06-15 01:20:59 +01:00
parent c162fb0eab
commit 637f7f3d95
3 changed files with 446 additions and 0 deletions

View file

@ -23,6 +23,7 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai
this.isActive = isActive;
}
}
class HateContainer
{
private Dictionary<Character, HateEntry> hateList;