コード例 #1
0
ファイル: UfoPreview.cs プロジェクト: jmfb/XComGenerations
 public void Render(GraphicsBuffer buffer)
 {
     buffer.DrawImage(image, topRow, leftColumn, 160, 0);
 }