| 50 | } |
| 51 | |
| 52 | Maybe<pair<WarpAction, WarpMode>> ClientContext::orbitWarpAction() const { |
| 53 | return m_orbitWarpActionNetState.get(); |
| 54 | } |
| 55 | |
| 56 | WorldId ClientContext::playerWorldId() const { |
| 57 | return m_playerWorldIdNetState.get(); |
no test coverage detected