C# Class WarTornLands.EntityClasses.EntityChest

Inheritance: Entity
Afficher le fichier Open project: floAr/WarTornLands Class Usage Examples

Méthodes publiques

Méthode Description
EntityChest ( Microsoft.Xna.Framework.Game game, Vector2 position, Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System
UseThis ( Player player ) : void

Method Details

EntityChest() public méthode

public EntityChest ( Microsoft.Xna.Framework.Game game, Vector2 position, Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System
game Microsoft.Xna.Framework.Game
position Vector2
texture Microsoft.Xna.Framework.Graphics.Texture2D
Résultat System

UseThis() public méthode

public UseThis ( Player player ) : void
player WarTornLands.PlayerClasses.Player
Résultat void