Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GameManager"/> class.
 /// </summary>
 /// <param name="box">The box.</param>
 public GameManager(GameBox box)
     : base(box.Services)
 {
     _box = box;
 }