Cleanup of TODOs

This commit is contained in:
Anuken
2018-11-24 08:21:22 -05:00
parent 6f5df6a671
commit 6bfd57097f
11 changed files with 2 additions and 13 deletions

View File

@@ -19,7 +19,6 @@ import io.anuke.ucore.util.Bundles;
import io.anuke.ucore.util.Log;
import io.anuke.ucore.util.Strings;
//TODO merge unit type with mech
public class UnitType extends UnlockableContent{
protected final Supplier<? extends BaseUnit> constructor;