C# Class OutpostGenerator.ZoneTypeWithWeight

ZoneTypeWithWeight class.
Mostra file Open project: Rikiki123456789/Rimworld

Public Properties

Property Type Description
weight float
zoneType ZoneType

Public Methods

Method Description
ZoneTypeWithWeight ( ZoneType zoneType, float weight ) : System

Method Details

ZoneTypeWithWeight() public method

public ZoneTypeWithWeight ( ZoneType zoneType, float weight ) : System
zoneType ZoneType
weight float
return System

Property Details

weight public_oe property

public float weight
return float

zoneType public_oe property

public ZoneType zoneType
return ZoneType