Exemplo n.º 1
0
 public void Draw()
 {
     if (Sprite != null)
     {
         DrawUtils.DrawCentered(Sprite, Position, Color.White);
     }
 }