3 namespace SuperPolarity
5 public class Generator : Actor
7 public Generator(SuperPolarity newGame)
13 public override void Draw (Microsoft.Xna.Framework.Graphics.SpriteBatch spriteBatch)
15 base.Draw (spriteBatch);
16 spriteBatch.Draw(BoxTexture, Box, new Color(255, 0, 255, 25));