Remove Locale (#808)

* Remove Locale (finally)
This commit is contained in:
David Markowitz
2022-11-27 16:56:55 -08:00
committed by GitHub
parent 3222e78815
commit 56da3f8543
9 changed files with 5 additions and 120 deletions

View File

@@ -7,7 +7,6 @@ namespace Game {
dpWorld* physicsWorld;
dChatFilter* chatFilter;
dConfig* config;
dLocale* locale;
std::mt19937 randomEngine;
RakPeerInterface* chatServer;
AssetManager* assetManager;