Fixed Radio Tower range

This commit is contained in:
simon 2017-12-29 22:36:52 -05:00
parent b3d88b2813
commit 9e402fe8a1

View File

@ -26,4 +26,6 @@ public interface ControllableUnit {
int getY();
void setAction(Action listening);
World getWorld();
}