7 lines
126 B
C++
Executable file
7 lines
126 B
C++
Executable file
#include "SpawnRarityItem.h"
|
|
|
|
FSpawnRarityItem::FSpawnRarityItem() {
|
|
this->Duration = 0.00f;
|
|
this->Rarity = 0.00f;
|
|
}
|
|
|