C# 클래스 WarTornLands.PlayerClasses.Inventory

상속: Microsoft.Xna.Framework.DrawableGameComponent
파일 보기 프로젝트 열기: floAr/WarTornLands 1 사용 예제들

공개 메소드들

메소드 설명
AddKeyShelf ( string areaID ) : void
HasKey ( string areaID ) : bool
HasMasterKey ( string areaID ) : bool
Insert ( Item item ) : bool
Inventory ( WarTornLands swing ) : System
UseItem ( ) : void

메소드 상세

AddKeyShelf() 공개 메소드

public AddKeyShelf ( string areaID ) : void
areaID string
리턴 void

HasKey() 공개 메소드

public HasKey ( string areaID ) : bool
areaID string
리턴 bool

HasMasterKey() 공개 메소드

public HasMasterKey ( string areaID ) : bool
areaID string
리턴 bool

Insert() 공개 메소드

public Insert ( Item item ) : bool
item Item
리턴 bool

Inventory() 공개 메소드

public Inventory ( WarTornLands swing ) : System
swing WarTornLands
리턴 System

UseItem() 공개 메소드

public UseItem ( ) : void
리턴 void