コード例 #1
0
ファイル: Gun.cs プロジェクト: wingy32/project-edn-server
 public Gun(PartRecord partRecord, Unit owner, ArmIndex arm, WeaponSetIndex weaponSet) : base(partRecord, owner, arm, weaponSet)
 {
     Target = new WeakReference <Unit>(null);
 }
コード例 #2
0
 public Fist(PartRecord partRecord, Unit owner, ArmIndex arm, WeaponSetIndex weaponSet) : base(partRecord, owner, arm, weaponSet)
 {
 }