void Awake() { _instance = this; }
public Round(RoundDirector director) { _director = director; _preperation = new Preperation(this); Restart(); }