예제 #1
0
파일: temp.cs 프로젝트: thufuhong/-
 public GameObject setHero()
 {
     return(InitialMethod.getGameObjectByPrefab("axe_econ"));
 }
예제 #2
0
파일: temp.cs 프로젝트: thufuhong/-
 public GameObject setEnemy()
 {
     return(InitialMethod.getGameObjectByPrefab("crystal_maiden_econ enemy"));
 }