예제 #1
0
파일: Monster.cs 프로젝트: Zimennik/Mmorium
 public Vector3 GetRandomPoint()
 {
     return(spawner.GetRandomPoint());
 }