C# 클래스 DodongosQuest.Containers.TreasureChest

상속: IContainer
파일 보기 프로젝트 열기: faintpixel/Roguelike 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( GameTime gameTime ) : void
IsEmpty ( ) : bool
TreasureChest ( List contents, bool isLocked, Vector2 worldIndex, World world ) : System
Update ( GameTime gameTime ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

TreasureChest() 공개 메소드

public TreasureChest ( List contents, bool isLocked, Vector2 worldIndex, World world ) : System
contents List
isLocked bool
worldIndex Vector2
world World
리턴 System

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void