More work on datastore

This commit is contained in:
red binder 2026-04-14 09:00:49 +02:00
commit 0fe0b754a1
8 changed files with 2230 additions and 239 deletions

View file

@ -5,4 +5,5 @@ pub mod friends_handler;
pub mod matchmake;
pub mod remote_console;
pub mod user;
pub mod datastore;
pub mod datastore;
pub mod s3presigner;