Exemplo n.º 1
0
 public CShieldComponent(ShieldEquipment equip, GameObject parent) : base(parent)
 {
     this.equipment = equip;
 }
Exemplo n.º 2
0
 public SShieldComponent(ShieldEquipment equip, GameObject parent) : base(parent)
 {
     this.Equip  = equip;
     this.Health = Equip.Def.MaxCapacity;
 }