| 242 | |
| 243 | template <typename Base> |
| 244 | void LuaStorableComponent<Base>::contextShutdown() { |
| 245 | m_storage = Base::context()->template getPath<JsonObject>("storage"); |
| 246 | Base::contextShutdown(); |
| 247 | } |
| 248 | |
| 249 | template <typename Base> |
| 250 | LuaUpdatableComponent<Base>::LuaUpdatableComponent() { |