C# Class _1942.BasePowerUp

Inheritance: BaseObject
Datei anzeigen Open project: Hoobler/Projekt1

Protected Properties

Property Type Description
isalive bool

Public Methods

Method Description
BasePowerUp ( ) : System
Draw ( SpriteBatch spriteBatch ) : void

Method Details

BasePowerUp() public method

public BasePowerUp ( ) : System
return System

Draw() public method

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Property Details

isalive protected_oe property

protected bool isalive
return bool