Ejemplo n.º 1
0
 public void Toggle()
 {
     if (cooldowntimer.Ready())
     {
         val = !val;
         cooldowntimer.Reset();
     }
 }