Baseline.Engine.Fuel C# (CSharp) Method

Fuel() public method

public Fuel ( int index ) : byte
index int
return byte
    public byte Fuel(int index)
    {
        return _fuelValue[index];
    }