Exemplo n.º 1
0
 public void ReciveSacrifice(SacrificeType type)
 {
     float sValue = sacrificeFullValue;
     if ( type != preferedSacrifice)
     {
         sValue *= REDUCTED_SACRIFICE_VALUE;
     }
     sMeter.BoostByValue(sValue);
 }
Exemplo n.º 2
0
 public Sacrifice(SacrificeType type)
 {
     Type = type;
 }