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

◆ SetAll()

void Terraria.BitsByte.SetAll ( )
inline

Definition at line 50 of file BitsByte.cs.

51 {
52 value = byte.MaxValue;
53 }

References Terraria.BitsByte.value.