예제 #1
0
 public void Setup(GameSMController _smCtrl)
 {
     smCtrl = _smCtrl;
     uiMng.Setup(this);
     soundMng.Setup(this);
     musicCtrl.Init(soundMng);
     Vibration.Setup(this);
     shapeCtrl.Setup(this);
     spawnCtrl.Setup(this);
     printController.Setup();
     bgMng.Setup();
 }