Aura.Channel.World.Quests.QuestPrerequisiteEventActive.QuestPrerequisiteEventActive C# (CSharp) Method

QuestPrerequisiteEventActive() public method

public QuestPrerequisiteEventActive ( string gameEventId ) : System.Linq
gameEventId string
return System.Linq
		public QuestPrerequisiteEventActive(string gameEventId)
		{
			this.GameEventId = gameEventId;
		}
QuestPrerequisiteEventActive