mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-24 20:05:39 -04:00
4 lines
115 B
C++
4 lines
115 B
C++
#include "InventoryTools.h"
|
|
|
|
std::map<RuntimeGame *, std::map<gd::String, Inventory>> InventoryTools::inventories;
|