C# 클래스 Descent.Model.Board.Marker.OtherMarkers

Either rubble, water og pit, that can be on a square.
상속: Marker
파일 보기 프로젝트 열기: nezbo/Descent 1 사용 예제들

공개 메소드들

메소드 설명
OtherMarkers ( int id, string name, Microsoft.Xna.Framework.Graphics.Texture2D texture, int movementPoints ) : System.Diagnostics.Contracts
PickUp ( Hero hero ) : void

메소드 상세

OtherMarkers() 공개 메소드

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
리턴 System.Diagnostics.Contracts

PickUp() 공개 메소드

public PickUp ( Hero hero ) : void
hero Hero
리턴 void