LogicSpawn.GTARPG.Core.ResponseCondition.QuestInProgress C# (CSharp) Метод

QuestInProgress() публичный статический Метод

public static QuestInProgress ( string questName ) : ResponseCondition
questName string
Результат ResponseCondition
        public static ResponseCondition QuestInProgress(string questName)
        {
            return new ResponseCondition(ResponseReq.QuestInProgress, questName);
        }