Multiple unit stance support

This commit is contained in:
Anuken
2025-07-01 23:23:45 -04:00
parent b6195cc31e
commit 88fc46fed2
8 changed files with 141 additions and 42 deletions

View File

@@ -51,6 +51,9 @@ public class AIController implements UnitController{
updateMovement();
}
/** Called when the parent CommandAI changes its stance. */
public void stanceChanged(){}
/**
* @return whether controller state should not be reset after reading.
* Do not override unless you know exactly what you are doing.