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

◆ FinalStates

PossibleXmlStates System.Xml.Xsl.IlGen.XmlILConstructInfo.FinalStates
getset

Definition at line 50 of file XmlILConstructInfo.cs.

51 {
52 get
53 {
54 return _xstatesFinal;
55 }
56 set
57 {
59 }
60 }