Setup for RTS AI
This commit is contained in:
15
core/src/mindustry/ai/RtsAI.java
Normal file
15
core/src/mindustry/ai/RtsAI.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package mindustry.ai;
|
||||
|
||||
import mindustry.game.Teams.*;
|
||||
|
||||
public class RtsAI{
|
||||
final TeamData data;
|
||||
|
||||
public RtsAI(TeamData data){
|
||||
this.data = data;
|
||||
}
|
||||
|
||||
public void update(){
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user