Click or drag to resize
ConstructionComponentcreate Method (Construction, XmlNode)

[Missing <summary> documentation for "M:Planetbase.ConstructionComponent.create(Planetbase.Construction,System.Xml.XmlNode)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static ConstructionComponent create(
	Construction construction,
	XmlNode node
)

Parameters

construction
Type: PlanetbaseConstruction

[Missing <param name="construction"/> documentation for "M:Planetbase.ConstructionComponent.create(Planetbase.Construction,System.Xml.XmlNode)"]

node
Type: System.XmlXmlNode

[Missing <param name="node"/> documentation for "M:Planetbase.ConstructionComponent.create(Planetbase.Construction,System.Xml.XmlNode)"]

Return Value

Type: ConstructionComponent

[Missing <returns> documentation for "M:Planetbase.ConstructionComponent.create(Planetbase.Construction,System.Xml.XmlNode)"]

See Also