Added postgres support (#556)

This commit is contained in:
DamianX
2020-01-24 17:25:01 +01:00
committed by Pieter-Jan Briers
parent f95c5b7921
commit 514d05b237
19 changed files with 566 additions and 43 deletions

View File

@@ -8,6 +8,5 @@ namespace Content.Server.Interfaces
void Initialize();
void OnClientConnected(IPlayerSession session);
PlayerPreferences GetPreferences(string username);
void SavePreferences(PlayerPreferences prefs, string username);
}
}