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

ResponseCondition() public method

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

Same methods

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