C# Class RA.ITab_Fuel

Inheritance: ITab
Mostra file Open project: RWA-Team/RimworldAscension

Public Properties

Property Type Description
burner CompFueled

Public Methods

Method Description
ITab_Fuel ( ) : System.Collections.Generic
TimeInfo ( int ticks ) : string

Protected Methods

Method Description
FillTab ( ) : void

Method Details

FillTab() protected method

protected FillTab ( ) : void
return void

ITab_Fuel() public method

public ITab_Fuel ( ) : System.Collections.Generic
return System.Collections.Generic

TimeInfo() public method

public TimeInfo ( int ticks ) : string
ticks int
return string

Property Details

burner public_oe property

public CompFueled burner
return CompFueled