C# 클래스 RA.DryingRack

상속: Building_Storage
파일 보기 프로젝트 열기: RWA-Team/RimworldAscension

공개 프로퍼티들

프로퍼티 타입 설명
dryingProgress int
dryingThing Thing

공개 메소드들

메소드 설명
CheckIfDried ( ) : void
Notify_LostThing ( Thing lostThing ) : void
Notify_ReceivedThing ( Thing receivedThing ) : void
TickLong ( ) : void

메소드 상세

CheckIfDried() 공개 메소드

public CheckIfDried ( ) : void
리턴 void

Notify_LostThing() 공개 메소드

public Notify_LostThing ( Thing lostThing ) : void
lostThing Thing
리턴 void

Notify_ReceivedThing() 공개 메소드

public Notify_ReceivedThing ( Thing receivedThing ) : void
receivedThing Thing
리턴 void

TickLong() 공개 메소드

public TickLong ( ) : void
리턴 void

프로퍼티 상세

dryingProgress 공개적으로 프로퍼티

public int dryingProgress
리턴 int

dryingThing 공개적으로 프로퍼티

public Thing dryingThing
리턴 Thing