Closed loothero closed 3 weeks ago
This should be same vibes as Golden Token. Client can call free_game_available(token_type, token_id) where token_type is:
free_game_available(token_type, token_id)
enum FreeGameTokenType { GoldenToken, LaunchTournamentChampion, }
This should be same vibes as Golden Token. Client can call
free_game_available(token_type, token_id)
where token_type is: