Aura.Channel.World.Quests.QuestOwl.QuestOwl C# (CSharp) Méthode

QuestOwl() public méthode

public QuestOwl ( int questId, System.DateTime arrival ) : System
questId int
arrival System.DateTime
Résultat System
		public QuestOwl(int questId, DateTime arrival)
		{
			this.QuestId = questId;
			this.Arrival = arrival;
		}
	}
QuestOwl