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

◆ ContainerID

long System.Runtime.Serialization.ObjectHolder.ContainerID
getpackage

Definition at line 212 of file ObjectHolder.cs.

213 {
214 get
215 {
216 if (_valueFixup == null)
217 {
218 return 0L;
219 }
221 }
222 }