Terraria.World.Generation.Actions.SetLiquid.SetLiquid C# (CSharp) Method

SetLiquid() public method

public SetLiquid ( int type, byte value = (byte)255 ) : Microsoft.Xna.Framework
type int
value byte
return Microsoft.Xna.Framework
            public SetLiquid(int type = 0, byte value = (byte) 255)
            {
                this._value = value;
                this._type = type;
            }
Actions.SetLiquid