Ejemplo n.º 1
0
 public void Fire()
 {
     duration.Fire();
 }
Ejemplo n.º 2
0
 public void GetPoints(int value)
 {
     pointsNotification.Fire();
     pointsAbsorbDelay.Fire();
     pointsBuffer += value;
 }