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