コード例 #1
0
ファイル: UIGame.cs プロジェクト: cl4nk/RPGRogueLike
 public void AddPointToCompass(GameObject obj)
 {
     Compass.AddPoint(obj);
 }