Minor changes to IStore. Added another IStore interface for double keys. Added ChatterStore for chat's voices. Updated respective requests.

This commit is contained in:
Tom
2024-10-18 03:21:16 +00:00
parent 6a5c24dc2c
commit 3f3ba63554
9 changed files with 337 additions and 21 deletions

View File

@@ -18,5 +18,6 @@ namespace HermesSocketServer
public class DatabaseConfiguration
{
public string ConnectionString;
public int SaveDelayInSeconds;
}
}