C# 클래스 GameWorld2.Goods

상속: GameWorld2.MimanTing
파일 보기 프로젝트 열기: eriksvedang/GameWorld2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TABLE_NAME string

Private Properties

프로퍼티 타입 설명
GetRandomMineralString string

공개 메소드들

메소드 설명
CanInteractWith ( TingTing.Ting pTingToInteractWith ) : bool
DoesMasterProgramExist ( ) : bool
FixBeforeSaving ( ) : void
GetPureness ( ) : float
RandomizeMinerals ( ) : void

보호된 메소드들

메소드 설명
SetupCells ( ) : void

비공개 메소드들

메소드 설명
GetRandomMineralString ( ) : string

메소드 상세

CanInteractWith() 공개 메소드

public CanInteractWith ( TingTing.Ting pTingToInteractWith ) : bool
pTingToInteractWith TingTing.Ting
리턴 bool

DoesMasterProgramExist() 공개 메소드

public DoesMasterProgramExist ( ) : bool
리턴 bool

FixBeforeSaving() 공개 메소드

public FixBeforeSaving ( ) : void
리턴 void

GetPureness() 공개 메소드

public GetPureness ( ) : float
리턴 float

RandomizeMinerals() 공개 메소드

public RandomizeMinerals ( ) : void
리턴 void

SetupCells() 보호된 메소드

protected SetupCells ( ) : void
리턴 void

프로퍼티 상세

TABLE_NAME 공개적으로 정적으로 프로퍼티

public static string TABLE_NAME
리턴 string