public GuanShiFu()
 {
     EquipmentSkill = new GuanShiFuSkill()
     {
         ParentEquipment = this
     };
 }
Beispiel #2
0
 public GuanShiFu()
 {
     EquipmentSkill = new GuanShiFuSkill();
 }
Beispiel #3
0
 public GuanShiFu()
 {
     EquipmentSkill = new GuanShiFuSkill() { ParentEquipment = this };
 }