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

QuestNotInProgress() public static method

public static QuestNotInProgress ( string questName ) : ResponseCondition
questName string
return ResponseCondition
        public static ResponseCondition QuestNotInProgress(string questName)
        {
            return new ResponseCondition(ResponseReq.QuestNotInProgress, questName);
        }