예제 #1
0
 public static void setGoldFuryTimer(CustomTimer timer)
 {
     goldFuryTimer        = timer;
     goldFuryTimer.ready += timerReady;
 }
예제 #2
0
 public static void setFireGiantTimer(CustomTimer timer)
 {
     fireGiantTimer        = timer;
     fireGiantTimer.ready += timerReady;
 }
예제 #3
0
 public static void setSpeedTimer(CustomTimer timer)
 {
     speedTimer        = timer;
     speedTimer.ready += timerReady;
 }
예제 #4
0
 public static void setCDRTimer(CustomTimer timer)
 {
     cdrTimer        = timer;
     cdrTimer.ready += timerReady;
 }
예제 #5
0
 public static void setAttackTimer(CustomTimer timer)
 {
     attackTimer        = timer;
     attackTimer.ready += timerReady;
 }
예제 #6
0
 public static void setManaTimer(CustomTimer timer)
 {
     manaTimer        = timer;
     manaTimer.ready += timerReady;
 }