Beispiel #1
0
 public override void Render(Color color)
 {
     Draw.Circle(AbsolutePosition, Radius, color, 4);
 }