C# Class _1942.Boss3

Inheritance: Boss_Base
Datei anzeigen Open project: Hoobler/Projekt1

Public Methods

Method Description
Accessorize ( ) : void
Boss3 ( Vector2 position, float timer ) : System
Draw ( Microsoft spriteBatch ) : void
Update ( GameTime gameTime ) : void

Method Details

Accessorize() public method

public Accessorize ( ) : void
return void

Boss3() public method

public Boss3 ( Vector2 position, float timer ) : System
position Vector2
timer float
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