C# Class Descent.Model.Board.Marker.OtherMarkers

Either rubble, water og pit, that can be on a square.
Inheritance: Marker
Show file Open project: nezbo/Descent Class Usage Examples

Public Methods

Method Description
OtherMarkers ( int id, string name, Microsoft.Xna.Framework.Graphics.Texture2D texture, int movementPoints ) : System.Diagnostics.Contracts
PickUp ( Hero hero ) : void

Method Details

OtherMarkers() public method

public OtherMarkers ( int id, string name, Microsoft.Xna.Framework.Graphics.Texture2D texture, int movementPoints ) : System.Diagnostics.Contracts
id int
name string
texture Microsoft.Xna.Framework.Graphics.Texture2D
movementPoints int
return System.Diagnostics.Contracts

PickUp() public method

public PickUp ( Hero hero ) : void
hero Hero
return void