mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
moved getpath crap to pathfinding (or should i keep it in actor?)
- stubbed some more crap
This commit is contained in:
@@ -45,6 +45,14 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai
|
||||
|
||||
// todo: action queues
|
||||
controller?.Update(tick);
|
||||
State currState;
|
||||
while (states.Count > 0 && (currState = states.Peek()).Update(tick))
|
||||
{
|
||||
if (currState == GetCurrentState())
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void CheckCompletedStates()
|
||||
|
Reference in New Issue
Block a user