Inheritance: BaseEntity
コード例 #1
0
ファイル: Weapon.cs プロジェクト: Healios/ExternalUtilsCSharp
 public Weapon(Weapon other)
     : base(other)
 {
     this.CopyFieldsFrom(other);
 }