예제 #1
0
파일: GameManager.cs 프로젝트: minskowl/MY
 /// <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;
 }