LogicSpawn.GTARPG.Core.ResponseCondition.QuestInProgress C# (CSharp) Méthode

QuestInProgress() public static méthode

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