feat: add update items from server

This commit is contained in:
k0t9i
2023-02-01 23:37:44 +04:00
parent 0e6d8dec86
commit 03423d0c41
3 changed files with 14 additions and 1 deletions

View File

@@ -197,6 +197,7 @@ namespace Interlude
m_IsNewCycle = false;
m_NewItems.clear();
m_Items.clear();
m_NetworkHandler.RequestItemList();
}
private: