Parsing fixes / Moved annotations to Arc

This commit is contained in:
Anuken
2019-09-29 16:09:43 -04:00
parent f17e46015a
commit 33416aadef
37 changed files with 148 additions and 85 deletions

View File

@@ -218,7 +218,7 @@ public class Generators{
});
ImagePacker.generate("unit-icons", () -> {
content.<UnitType>getBy(ContentType.unit).each(type -> !type.isFlying, type -> {
content.<UnitType>getBy(ContentType.unit).each(type -> !type.flying, type -> {
type.load();
type.weapon.load();