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

◆ Clone()

object System.RuntimeType.Clone ( )
inline

Implements System.ICloneable.

Definition at line 3379 of file RuntimeType.cs.

3380 {
3381 return this;
3382 }