상속: BaseEntity
예제 #1
0
 public Weapon(Weapon other)
     : base(other)
 {
     this.CopyFieldsFrom(other);
 }