C# 클래스 Tac.LifeSupportModule

상속: PartModule, IResourceConsumer
파일 보기 프로젝트 열기: KSP-RO/TacLifeSupport

공개 메소드들

메소드 설명
GetConsumedResources ( ) : List
GetInfo ( ) : string
OnAwake ( ) : void
OnStart ( PartModule state ) : void

메소드 상세

GetConsumedResources() 공개 메소드

public GetConsumedResources ( ) : List
리턴 List

GetInfo() 공개 메소드

public GetInfo ( ) : string
리턴 string

OnAwake() 공개 메소드

public OnAwake ( ) : void
리턴 void

OnStart() 공개 메소드

public OnStart ( PartModule state ) : void
state PartModule
리턴 void