mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-25 20:08:20 +02:00
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:
parent
c162fb0eab
commit
637f7f3d95
3 changed files with 446 additions and 0 deletions
|
@ -23,6 +23,7 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai
|
|||
this.isActive = isActive;
|
||||
}
|
||||
}
|
||||
|
||||
class HateContainer
|
||||
{
|
||||
private Dictionary<Character, HateEntry> hateList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue