JumpType.JumpType C# (CSharp) Method

JumpType() public method

public JumpType ( ) : System
return System
    public JumpType()
    {
        type = Types.JUMP;
    }

Same methods

JumpType::JumpType ( string name ) : System
JumpType::JumpType ( string name, bool startIn, bool hasWeight, bool isRepetitive, bool jumpsLimited, double fixedValue, bool unlimited, string description, string imageFileName ) : System