Inheritance: BaseEntity
示例#1
0
 public Weapon(Weapon other)
     : base(other)
 {
     this.CopyFieldsFrom(other);
 }