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

◆ GetClassContractNamespace()

override string System.Runtime.Serialization.ReflectionXmlReader.GetClassContractNamespace ( ClassDataContract classContract)
inlineprotected

Definition at line 37 of file ReflectionXmlReader.cs.

38 {
39 return classContract.StableName.Namespace;
40 }