Ejemplo n.º 1
0
 public HUDWeaponInfo(int iconCellIndex, string name, HUDWeaponType type, float attack)
 {
     this.IconCellIndex = iconCellIndex;
     this.Name = name;
     this.Type = type;
     this.Attack = attack;
 }
Ejemplo n.º 2
0
 public HUDWeaponInfo(int iconCellIndex, string name, HUDWeaponType type, float attack)
 {
     this.IconCellIndex = iconCellIndex;
     this.Name          = name;
     this.Type          = type;
     this.Attack        = attack;
 }