Пример #1
0
 public PerkPageBuilder(long id)
 {
     this.id = id;
     _page   = QsoApi.GetRunePageByID(id);
 }