Files
2026-04-22 15:51:07 +02:00

9 lines
154 B
C++

#include "WaxPlacementData.h"
FWaxPlacementData::FWaxPlacementData() {
this->Placement = 0;
this->CoinCount = 0;
this->bIsPlayer = false;
}