C# Class WarTornLands.Entities.Implementations.EntityTree

Inheritance: System.Entity
显示文件 Open project: floAr/WarTornLands

Public Methods

Method Description
EntityTree ( Microsoft.Xna.Framework.Game game, Vector2 position, Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System
OnDie ( ) : void

Method Details

EntityTree() public method

public EntityTree ( 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

OnDie() public method

public OnDie ( ) : void
return void