C# Class WarTornLands.Entities.Implementations.EntityPotion

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

Public Methods

Method Description
EntityPotion ( Microsoft.Xna.Framework.Game game, Vector2 position, Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System
OnCollide ( System.Entity source ) : void

Method Details

EntityPotion() public method

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

OnCollide() public method

public OnCollide ( System.Entity source ) : void
source System.Entity
return void