9 lines
238 B
C++
Executable file
9 lines
238 B
C++
Executable file
#include "FuelCannisterAttachedAnimInstance.h"
|
|
|
|
void UFuelCannisterAttachedAnimInstance::SetCanBeTaken(bool canBeTakenValue) {
|
|
}
|
|
|
|
UFuelCannisterAttachedAnimInstance::UFuelCannisterAttachedAnimInstance() {
|
|
this->CanBeTaken = false;
|
|
}
|
|
|