Exemplo n.º 1
0
 public void Init()
 {
     health.y  += (int)modifiers.GetStatModifier(StatType.health);
     health.x   = health.y;
     defense.y += (int)modifiers.GetStatModifier(StatType.defense);
     defense.x  = defense.y;
 }