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);
        }