Inheritance: BaseEntity
Exemplo n.º 1
0
 public Weapon(Weapon other)
     : base(other)
 {
     this.CopyFieldsFrom(other);
 }