LogicSpawn.GTARPG.Core.ResponseCondition.ResponseCondition C# (CSharp) Method

ResponseCondition() public method

public ResponseCondition ( ResponseReq type, int param ) : System
type ResponseReq
param int
return System
        public ResponseCondition(ResponseReq type, int param)
        {
            Type = type;
            IntParam = param;
        }

Same methods

ResponseCondition::ResponseCondition ( ResponseReq type, string param ) : System