コード例 #1
0
ファイル: Level.cs プロジェクト: alex199568/roguelike
 public LevelObject.Monster GetMonsterAt(int x, int y)
 {
     return(Monsters.GetAt(x, y));
 }