Add constructor to world content service

This commit is contained in:
Akkadius
2020-04-06 00:22:52 -05:00
parent a19bb7b544
commit 867ff3dcfa
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -93,6 +93,8 @@ namespace Expansion {
class WorldContentService {
public:
WorldContentService();
int GetCurrentExpansion() const;
void SetCurrentExpansion(int current_expansion);