| 19 | } |
| 20 | |
| 21 | Json PlayerDeployment::diskStore() const { |
| 22 | JsonObject result; |
| 23 | result["scriptStorage"] = m_scriptComponent.getScriptStorage(); |
| 24 | return result; |
| 25 | } |
| 26 | |
| 27 | void PlayerDeployment::init(Entity* player, World* world) { |
| 28 | m_world = world; |
nothing calls this directly
no test coverage detected