コード例 #1
0
ファイル: AbstractCell.cs プロジェクト: CrazyRoka/SnakeGame
 public void Draw(IMap map)
 {
     skin.Draw(this, map);
 }