C# 클래스 Armor, RPGQuest

Base armor class.
상속: Loot, IEquippable
파일 보기 프로젝트 열기: hughrogers/RPGQuest 1 사용 예제들

공개 메소드들

메소드 설명
Armor ( ) : System.Collections
CanClassEquip ( int eID, int classID ) : bool
GetPrefabPath ( ) : string

메소드 상세

Armor() 공개 메소드

public Armor ( ) : System.Collections
리턴 System.Collections

CanClassEquip() 공개 메소드

public CanClassEquip ( int eID, int classID ) : bool
eID int
classID int
리턴 bool

GetPrefabPath() 공개 메소드

public GetPrefabPath ( ) : string
리턴 string