예제 #1
0
파일: Boss.cs 프로젝트: cebollinos11/ultru
 public void Init(Transform[] locations, FinalBossStageController controller)
 {
     teleportLocations = locations;
     this.controller = controller;
 }
예제 #2
0
 public void Init(Transform[] locations, FinalBossStageController controller)
 {
     teleportLocations = locations;
     this.controller   = controller;
 }