C# Class OutpostGenerator.OG_SmallOutpost

OG_SmallOutpost class.
ファイルを表示 Open project: Rikiki123456789/Rimworld Class Usage Examples

Public Properties

Property Type Description
outpostData OG_OutpostData

Public Methods

Method Description
GenerateOutpost ( OG_OutpostData outpostDataParameter ) : void

Private Methods

Method Description
GenerateOutpostLayout ( ) : void
GenerateOutpostLayoutCommandRoom ( ) : void
GenerateOutpostLayoutMainRoom ( ) : void
GenerateOutpostLayoutPowerSupply ( ) : void
GenerateOutpostLayoutSecondaryRooms ( ) : void
GenerateOutpostZones ( IntVec3 areaSouthWestOrigin ) : void
SendWelcomeLetter ( OG_OutpostData outpostData ) : void

Method Details

GenerateOutpost() public static method

public static GenerateOutpost ( OG_OutpostData outpostDataParameter ) : void
outpostDataParameter OG_OutpostData
return void

Property Details

outpostData public_oe static_oe property

public static OG_OutpostData outpostData
return OG_OutpostData