DRG-Femboy-Voice/Source/FSD/Private/TreasureBoxAnimInstance.cpp
2025-04-15 12:39:31 -07:00

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;
}