C# Class Schmup.HeroShot

Inheritance: Shot
Mostra file Open project: Louis-Dureuil/maya-vs-the-world

Public Methods

Method Description
HeroShot ( LuxGame game, World world, int invincibleTimeMillisec, int damage, Sprite skin = null ) : System
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Method Details

HeroShot() public method

public HeroShot ( LuxGame game, World world, int invincibleTimeMillisec, int damage, Sprite skin = null ) : System
game LuxEngine.LuxGame
world World
invincibleTimeMillisec int
damage int
skin Sprite
return System

Initialize() public method

public Initialize ( ) : void
return void

Update() public method

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