예제 #1
0
파일: Gunshot.cs 프로젝트: lagdotcom/qroute
 public override void Draw(IDraw d)
 {
     d.Cross(Origin, Color.Gray, 8);
 }