private Deconstruct(Deconstruct other) : base(other)
 {
 }
예제 #2
0
 private Deconstruct(Deconstruct other) : base(other)
 {
     JobInfo   = other.JobInfo;
     Inventory = other.Inventory;
 }