Directional force projector prototype

This commit is contained in:
Anuken
2021-12-07 20:37:46 -05:00
parent b3d2e7b0ca
commit 6c10a400ed
10 changed files with 148 additions and 20 deletions

View File

@@ -3,6 +3,7 @@ package mindustry.ai.types;
import mindustry.entities.units.*;
public class MissileAI extends AIController{
//TODO store 'main' target and use that as a fallback
//TODO UNPREDICTABLE TARGETING
@Override