C# 클래스 KeyItem, dreams

상속: Item
파일 보기 프로젝트 열기: mprofGamesDev-Dreams/dreams 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Collected bool
Name string

공개 메소드들

메소드 설명
CheckName ( string Other ) : bool
IsCollected ( ) : bool
SetCollected ( ) : void

메소드 상세

CheckName() 공개 메소드

public CheckName ( string Other ) : bool
Other string
리턴 bool

IsCollected() 공개 메소드

public IsCollected ( ) : bool
리턴 bool

SetCollected() 공개 메소드

public SetCollected ( ) : void
리턴 void

프로퍼티 상세

Collected 공개적으로 프로퍼티

public bool Collected
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string