void Awake()
 {
     _instance = this;
 }
示例#2
0
 public Round(RoundDirector director)
 {
     _director    = director;
     _preperation = new Preperation(this);
     Restart();
 }