C# Class _1942.Boss2

Inheritance: Boss_Base
Datei anzeigen Open project: Hoobler/Projekt1

Public Methods

Method Description
Accessorize ( ) : void
Boss2 ( Vector2 position ) : System
Draw ( Microsoft spriteBatch ) : void
Update ( GameTime gameTime ) : void

Method Details

Accessorize() public method

public Accessorize ( ) : void
return void

Boss2() public method

public Boss2 ( Vector2 position ) : System
position Vector2
return System

Draw() public method

public Draw ( Microsoft spriteBatch ) : void
spriteBatch Microsoft
return void

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void