Exemple #1
0
 internal void On(float duration)
 {
     timer   = new Utility.EasyTimer(0, duration);
     enabled = true;
 }
 internal void On(float duration)
 {
     timer = new Utility.EasyTimer (0, duration);
     enabled = true;
 }