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