Terraria.BitsByte.ClearAll C# (CSharp) Method

ClearAll() public method

public ClearAll ( ) : void
return void
        public void ClearAll()
        {
            this.value = (byte)0;
        }