Esempio n. 1
0
 public HPSystem(HPSystem hpSystem) : this(hpSystem.HpBase, hpSystem.damageMultipliers)
 {
     this.HpPrev = hpSystem.HpPrev;
     this.Health = hpSystem.Health;
 }
Esempio n. 2
0
 public HpSystemEvent(HPSystem hpSystem, List <Damage> damages)
 {
     this.hpSystem = hpSystem;
     this.damages  = damages;
 }