use of main.logic.ArcaneEntity in project Eidolons by IDemiurge.
the class InfoEditPanel method modified.
protected boolean modified(ObjType type, String valName, String newValue) {
modify((type), valName, newValue);
ArcaneEntity entity = ArcaneTower.getEntity(type);
modify(entity, valName, newValue);
return false;
}
Aggregations