Unit system rewrite, new drone AI

This commit is contained in:
Anuken
2018-06-03 12:12:18 -04:00
parent 12c746a4e4
commit 270dc351a1
29 changed files with 591 additions and 590 deletions
@@ -50,5 +50,9 @@ public class EventType {
public interface UnlockEvent extends Event{
void handle(Content content);
}
public interface BlockBuildEvent extends Event{
void handle(Team team, Tile tile);
}
}