C# 클래스 CastleEscape.Store

It's a store! You can buy things here! Author(s): Allyson Sadwin
상속: State
파일 보기 프로젝트 열기: Daminvar/CastleEscape

공개 메소드들

메소드 설명
Draw ( SpriteBatch spriteBatch ) : void
Pause ( ) : void
Resume ( ) : void
Store ( Microsoft.Xna.Framework.Game game, Player pl, Item items ) : System
Update ( GameTime gameTime ) : void

비공개 메소드들

메소드 설명
getItemNames ( Item items ) : string[]

메소드 상세

Draw() 공개 메소드

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Resume() 공개 메소드

public Resume ( ) : void
리턴 void

Store() 공개 메소드

public Store ( Microsoft.Xna.Framework.Game game, Player pl, Item items ) : System
game Microsoft.Xna.Framework.Game
pl Player
items Item
리턴 System

Update() 공개 메소드

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