public Intermission(GameOptions options, IntermissionInfo info) { this.options = options; this.info = info; this.scores = info.Player; this.killCount = 0; this.itemCount = 0; this.secretCount = 0; this.InitSinglePLayerStats(); this.completed = false; }
public IntermissionInfo() { this.player = new PlayerScores(); }