C# Class Swordening.Fireball

Inheritance: MissileSpell
Show file Open project: ArghyV/Peliohjelmointi-s2011 Class Usage Examples

Public Methods

Method Description
Fireball ( SwordeningGame game, InGame gameState, Vector3 position ) : System
Initialize ( ) : void

Protected Methods

Method Description
LoadContent ( ) : void

Method Details

Fireball() public method

public Fireball ( SwordeningGame game, InGame gameState, Vector3 position ) : System
game SwordeningGame
gameState InGame
position Vector3
return System

Initialize() public method

public Initialize ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void