| 14 | #include "Logging.h" |
| 15 | |
| 16 | void MapClientSession::addCommandToSendNextUpdate(std::unique_ptr<SEGSEvents::GameCommandEvent> &&v) |
| 17 | { |
| 18 | m_contents.emplace_back(std::move(v)); |
| 19 | } |
| 20 | |
| 21 | void MapClientSession::AddShortcut(int index, NetCommand *command) |
| 22 | { |
no outgoing calls
no test coverage detected