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

◆ TestOnly_LightUpEnabled

bool System.Reflection.Internal.EncodingHelper.TestOnly_LightUpEnabled
staticgetsetpackage

Definition at line 9 of file EncodingHelper.cs.

10 {
11 get
12 {
13 return true;
14 }
15 set
16 {
17 }
18 }