mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
added some more targetfind stuff to handle pets (needs testing)
This commit is contained in:
@@ -88,6 +88,11 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai
|
||||
this.controller = controller;
|
||||
}
|
||||
|
||||
public Controller GetController()
|
||||
{
|
||||
return controller;
|
||||
}
|
||||
|
||||
public bool CanChangeState()
|
||||
{
|
||||
return states.Count == 0 || states.Peek().CanInterrupt();
|
||||
|
Reference in New Issue
Block a user