コード例 #1
0
ファイル: Monster.cs プロジェクト: Zimennik/Mmorium
 public Vector3 GetRandomPoint()
 {
     return(spawner.GetRandomPoint());
 }