C# Class WarTornLands.EntityClasses.EntityChest

Inheritance: Entity
Datei anzeigen Open project: floAr/WarTornLands Class Usage Examples

Public Methods

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

Method Details

EntityChest() public method

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
return System

UseThis() public method

public UseThis ( Player player ) : void
player WarTornLands.PlayerClasses.Player
return void