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

◆ PropertyValue() [3/21]

System.Diagnostics.Tracing.PropertyValue.PropertyValue ( bool value)
inlineprivate

Definition at line 218 of file PropertyValue.cs.

219 : this(new Scalar
220 {
221 AsBoolean = value
222 }, 1)
223 {
224 }

References System.value.