Exemple #1
0
 public CDTimer(float _cd, InputModule Iinstance)
 {
     CD     = _cd;
     isLock = false;
     Iinstance.RegisterCDTimer(this);
 }