C# Class _1942.Boss2_BigShot

Inheritance: BaseProjectile
Datei anzeigen Open project: Hoobler/Projekt1

Public Methods

Method Description
Boss2_BigShot ( Vector2 origin, float angle ) : System
Update ( GameTime gameTime ) : void

Method Details

Boss2_BigShot() public method

public Boss2_BigShot ( Vector2 origin, float angle ) : System
origin Vector2
angle float
return System

Update() public method

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