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

◆ AllowUnassigned

bool System.Globalization.IdnMapping.AllowUnassigned
getset

Definition at line 16 of file IdnMapping.cs.

17 {
18 get
19 {
20 return _allowUnassigned;
21 }
22 set
23 {
25 }
26 }