@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package account
import (
package api
package daily
package savedata
package db
func FetchPlayerCount() (int, error) {
func TryAddDailyRunCompletion(uuid []byte, seed string, mode int) (bool, error) {
package defs
type DailyRanking struct {
type TitleStats struct {
const SessionSlotCount = 5
package main