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

◆ GetClassContractNamespace()

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

Definition at line 42 of file ReflectionJsonReader.cs.

43 {
44 return string.Empty;
45 }