Actually functional, but terrible

This commit is contained in:
Anuken
2023-11-11 14:20:48 -05:00
parent cacfe06362
commit af7598dcc6
3 changed files with 206 additions and 88 deletions

View File

@@ -77,6 +77,8 @@ public class RtsAI{
}
public void update(){
if(true) return;
if(timer.get(timeUpdate, 60f * 2f)){
assignSquads();
checkBuilding();