예제 #1
0
파일: GameManager.cs 프로젝트: svinot/LJSM
 public void HasDied(Transform unit_transform)
 {
     fightManager.HasDied(unit_transform);
 }