Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Namespace
override
string
System.RuntimeType.Namespace
get
Definition at line
1550
of file
RuntimeType.cs
.
1551
{
1552
get
1553
{
1554
string
nameSpace = Cache.GetNameSpace();
1555
if
(
string
.IsNullOrEmpty(nameSpace))
1556
{
1557
return
null
;
1558
}
1559
return
nameSpace;
1560
}
1561
}
System
RuntimeType
Generated by
1.10.0