mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
10 lines
237 B
C++
10 lines
237 B
C++
#include "AthenaRewardEventGraphItem.h"
|
|
|
|
UAthenaRewardEventGraphItem::UAthenaRewardEventGraphItem() {
|
|
player_random_seed = 0;
|
|
reward_graph_purchased_timestamp = 0;
|
|
unlock_keys_used = 0;
|
|
reward_graph_purchased = false;
|
|
}
|
|
|