コード例 #1
0
 private void Awake()
 {
     _context = new GameContext(_uiManager, this);
     _context.Start();
     _context.Launch();
 }