Search in sources :

Example 1 with DC_GameMaster

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);
}
Also used : DC_IdManager(eidolons.entity.DC_IdManager) DC_GameMaster(eidolons.game.core.game.DC_GameMaster)

Aggregations

DC_IdManager (eidolons.entity.DC_IdManager)1 DC_GameMaster (eidolons.game.core.game.DC_GameMaster)1