ConstructionComponentmComponentDictionary Field |
[Missing <summary> documentation for "F:Planetbase.ConstructionComponent.mComponentDictionary"]
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax[NonSerializedAttribute]
public static Dictionary<GameObject, ConstructionComponent> mComponentDictionary
<NonSerializedAttribute>
Public Shared mComponentDictionary As Dictionary(Of GameObject, ConstructionComponent)
public:
[NonSerializedAttribute]
static Dictionary<GameObject^, ConstructionComponent^>^ mComponentDictionary
Field Value
Type:
DictionaryGameObject,
ConstructionComponent
See Also