C# Class PlatformerPOC.Domain.Weapon

Inheritance: BaseGameObject
Afficher le fichier Open project: bramdemoor/MonoGame-PlatformerPOC Class Usage Examples

Méthodes publiques

Méthode Description
Shoot ( ) : void
Update ( GameTime gameTime ) : void
Weapon ( Player owner ) : Microsoft.Xna.Framework

Method Details

Shoot() public méthode

public Shoot ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Weapon() public méthode

public Weapon ( Player owner ) : Microsoft.Xna.Framework
owner Player
Résultat Microsoft.Xna.Framework