feat: initial stats save #884
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "AMelonInsideLemon/SpaceNinjaServer:stats"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #203
@ -23,28 +25,32 @@ export interface IStatsView {
ReviveCount?: number;
}
export interface IStatsDatabase extends IStatsView {
IStatsView is the Client version of IStatsDatabase right?
It should be IStatsClient then
@ -0,0 +15,4 @@
return stats;
};
export const uploadStats = async (playerStats: TStatsDatabaseDocument, payload: IStatsUpload): Promise<void> => {
the function does not upload right? lets rename it