public void SetMaxRecast(int value)
 {
     if (timeCooldown != null)
     {
         timeCooldown.SetMaxRecast(value);
     }
 }
예제 #2
0
 public void SetMaxRecast(int value)
 {
     timeCooldown.SetMaxRecast(value);
 }