[Missing <summary> documentation for "P:XmlDefs.Room.Classname"]

Namespace: XmlDefs
Assembly: XmlDefs (in XmlDefs.dll) Version: 0.5.0.0

Syntax

C#
[HelpAttribute("Determines the class that is loaded when this xml file is loaded.  Basic indoor rooms should use 'BaseLib.Room'and basic outdoor rooms 'BaseLib.Outside'. ")]
[XmlAttributeAttribute]
public virtual string Classname { get; set; }

See Also