Bluemagic.TerraSpirit.Bullet.Draw C# (CSharp) Method

Draw() public abstract method

public abstract Draw ( SpriteBatch spriteBatch ) : void
spriteBatch SpriteBatch
return void
        public abstract void Draw(SpriteBatch spriteBatch);
    }