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

QuestInProgress() public static method

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