Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ XmlTypes

XmlQueryType [] System.Xml.Xsl.IlGen.StaticDataManager.XmlTypes
get

Definition at line 84 of file StaticDataManager.cs.

85 {
86 get
87 {
88 if (_uniqueXmlTypes == null)
89 {
90 return null;
91 }
92 return _uniqueXmlTypes.ToArray();
93 }
94 }
UniqueList< XmlQueryType > _uniqueXmlTypes