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

◆ SamplingTags

Definition at line 24 of file ActivityCreationOptions.cs.

25 {
26 get
27 {
28 if (_samplerTags == null)
29 {
30 Unsafe.AsRef(in _samplerTags) = new ActivityTagsCollection();
31 }
32 return _samplerTags;
33 }
34 }