コード例 #1
0
ファイル: Gunshot.cs プロジェクト: lagdotcom/qroute
 public override void Draw(IDraw d)
 {
     d.Cross(Origin, Color.Gray, 8);
 }