C# Class DodongosQuest.Special_Effects.Inferno
Show file
Open project: faintpixel/Roguelike
Public Methods
Method |
Description |
|
Draw ( GameTime gameTime ) : void |
|
|
Inferno ( Vector2 targetIndex, World world, AreaOfEffect affectedArea ) : System |
|
|
Update ( GameTime gameTime ) : void |
|
|
Private Methods
Method Details
public Draw ( GameTime gameTime ) : void |
gameTime |
Microsoft.Xna.Framework.GameTime |
|
return |
void |
|
public Inferno ( Vector2 targetIndex, World world, AreaOfEffect affectedArea ) : System |
targetIndex |
Vector2 |
|
world |
World |
|
affectedArea |
AreaOfEffect |
|
return |
System |
|
public Update ( GameTime gameTime ) : void |
gameTime |
Microsoft.Xna.Framework.GameTime |
|
return |
void |
|