8 lines
190 B
C++
Executable file
8 lines
190 B
C++
Executable file
#include "RandomWalkCycleEntry.h"
|
|
|
|
FRandomWalkCycleEntry::FRandomWalkCycleEntry() {
|
|
this->RandomSelectionWeight = 0.00f;
|
|
this->CoolDown = 0.00f;
|
|
this->LastTimePlayed = 0.00f;
|
|
}
|
|
|