C# Class WarTornLands.Entities.Modules.Interact.PickUp

Inheritance: BaseModule, IInteractModule
Afficher le fichier Open project: floAr/WarTornLands

Méthodes publiques

Méthode Description
Interact ( Entity information ) : void
PickUp ( WarTornLands loot ) : System
Update ( GameTime gameTime ) : void

Method Details

Interact() public méthode

public Interact ( Entity information ) : void
information Entity
Résultat void

PickUp() public méthode

public PickUp ( WarTornLands loot ) : System
loot WarTornLands
Résultat System

Update() public méthode

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