Moved unit-related classes, added base flying types

This commit is contained in:
Anuken
2018-04-22 17:40:23 -04:00
parent 5aa995b5ef
commit aa83510fbe
19 changed files with 84 additions and 24 deletions

View File

@@ -0,0 +1,6 @@
package io.anuke.mindustry.ai;
/**Class used for indexing special target blocks for AI.
* TODO implement this class*/
public class BlockIndexer {
}