Loom Engine - v3.1.1
    Preparing search index...

    Interface LeaderboardRemoteAdapter

    interface LeaderboardRemoteAdapter {
        submit?: (entry: ScoreEntry) => Promise<void>;
        fetch?: () => Promise<ScoreEntry[]>;
    }
    Index

    Properties

    Properties

    submit?: (entry: ScoreEntry) => Promise<void>
    fetch?: () => Promise<ScoreEntry[]>