Пример #1
0
 public ReturnFromQuestMessage(ReturnFromQuestType order)
 {
     this.Order             = (int)order;
     this.StorySectorBSP    = "";
     this.StorySectorEntity = "";
 }
Пример #2
0
 public ReturnFromQuestMessage(ReturnFromQuestType order, string bsp, string entity)
 {
     this.Order             = (int)order;
     this.StorySectorBSP    = bsp;
     this.StorySectorEntity = entity;
 }