C# 클래스 Some2DRPG.GameObjects.Misc.Chest

상속: CollidableEntity
파일 보기 프로젝트 열기: MichaelAquilina/Some-2D-RPG

공개 메소드들

메소드 설명
Chest ( ) : System
Chest ( float x, float y ) : System
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
Update ( GameTime gameTime, GameEngine.TeeEngine engine ) : void

비공개 메소드들

메소드 설명
Construct ( float x, float y ) : void

메소드 상세

Chest() 공개 메소드

public Chest ( ) : System
리턴 System

Chest() 공개 메소드

public Chest ( float x, float y ) : System
x float
y float
리턴 System

LoadContent() 공개 메소드

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
리턴 void

Update() 공개 메소드

public Update ( GameTime gameTime, GameEngine.TeeEngine engine ) : void
gameTime Microsoft.Xna.Framework.GameTime
engine GameEngine.TeeEngine
리턴 void