7 lines
130 B
C++
Executable file
7 lines
130 B
C++
Executable file
#include "VanityAnimEffect.h"
|
|
|
|
FVanityAnimEffect::FVanityAnimEffect() {
|
|
this->Effect = NULL;
|
|
this->StartDelay = 0.00f;
|
|
}
|
|
|