10 lines
268 B
C++
Executable file
10 lines
268 B
C++
Executable file
#include "TreasureBoxAnimInstance.h"
|
|
|
|
UTreasureBoxAnimInstance::UTreasureBoxAnimInstance() {
|
|
this->BuildProgress = 0.00f;
|
|
this->PhysicsAlpha = 0.00f;
|
|
this->IsTreasureAvailable = true;
|
|
this->IsLeftInserted = false;
|
|
this->IsRightInserted = false;
|
|
}
|
|
|