7 lines
185 B
C++
Executable file
7 lines
185 B
C++
Executable file
#include "CoreInfuserPlatformAnimInstance.h"
|
|
|
|
UCoreInfuserPlatformAnimInstance::UCoreInfuserPlatformAnimInstance() {
|
|
this->keyInserted = false;
|
|
this->dispensRewards = false;
|
|
}
|
|
|