コード例 #1
0
ファイル: QuestManager.cs プロジェクト: lionsguard/perenthia
 public abstract IEnumerable <IQuest> GetQuests(PropertyCollection filterProperties);
コード例 #2
0
 public HouseholdMember()
 {
     this.Properties = new PropertyCollection();
     this.Titles     = new List <HouseholdTitle>();
 }