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

◆ RequiresEndLabel

bool System.Runtime.Serialization.ForState.RequiresEndLabel
getsetpackage

Definition at line 37 of file ForState.cs.

38 {
39 get
40 {
41 return _requiresEndLabel;
42 }
43 set
44 {
46 }
47 }