private Game() { ProcessName = ProgramInformation.Name.ToLower (); Window.DefaultIconName = ThemeIcons.Application; Application.Init (); turn_loop = new TurnLoop (); driver = new IdleTurnLoopDriver (turn_loop); }
public IdleTurnLoopDriver(TurnLoop turn_loop) { this.turn_loop = turn_loop; }