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

◆ GetEmptyArray()

object[] System.RuntimeType.GetEmptyArray ( )
inlinepackage

Definition at line 2864 of file RuntimeType.cs.

2865 {
2866 return Cache.GetEmptyArray();
2867 }