コード例 #1
0
 public void Draw(IRenderer renderer)
 {
     renderer.DrawObject(this.X, this.Y, this.Body, this.Color);
 }