6 lines
97 B
C++
Executable file
6 lines
97 B
C++
Executable file
#include "AttackCooldown.h"
|
|
|
|
FAttackCooldown::FAttackCooldown() {
|
|
this->CoolDown = 0.00f;
|
|
}
|
|
|