This commit is contained in:
Anuken
2020-06-23 16:27:32 -04:00
parent ba78eab30a
commit fc8e1d5b6d
12 changed files with 31 additions and 40 deletions

View File

@@ -2,7 +2,6 @@ package mindustry.entities.units;
import mindustry.gen.*;
//TODO rename
public interface UnitController{
void unit(Unitc unit);
Unitc unit();