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

◆ Mappings

Hashtable System.Xml.Serialization.ImportContext.Mappings
getpackage

Definition at line 42 of file ImportContext.cs.

43 {
44 get
45 {
46 if (_mappings == null)
47 {
48 _mappings = new Hashtable();
49 }
50 return _mappings;
51 }
52 }