use of eidolons.game.core.game.DC_GameMaster in project Eidolons by IDemiurge.
the class AT_Simulation method init.
@Override
public void init() {
game = this;
idManager = new DC_IdManager();
state = new AT_State(this);
master = new DC_GameMaster(null);
}
Aggregations