示例#1
0
 public Weapon(Ped owner, WeaponHash hash)
 {
     Owner = owner;
     Hash  = hash;
 }
示例#2
0
 internal Weapon(Ped owner, uint hash)
 {
     this.owner = owner;
     Hash       = hash;
 }
示例#3
0
 internal WeaponCollection(Ped owner)
 {
     this.owner = owner;
 }