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

◆ Avt() [2/2]

System.Xml.Xsl.XsltOld.Avt.Avt ( ArrayList eventList)
inlineprivate

Definition at line 28 of file Avt.cs.

29 {
30 _events = new TextEvent[eventList.Count];
31 for (int i = 0; i < eventList.Count; i++)
32 {
33 _events[i] = (TextEvent)eventList[i];
34 }
35 }
readonly TextEvent[] _events
Definition Avt.cs:11

References System.Xml.Xsl.XsltOld.Avt._events, and System.Xml.Dictionary.