| 421 | } |
| 422 | |
| 423 | bool LuaBindings::RootCallbacks::isTreasurePool(Root* root, String const& pool) { |
| 424 | return root->treasureDatabase()->isTreasurePool(pool); |
| 425 | } |
| 426 | |
| 427 | JsonArray LuaBindings::RootCallbacks::createTreasure( |
| 428 | Root* root, String const& pool, float level, Maybe<uint64_t> seed) { |
nothing calls this directly
no test coverage detected