Skip to content
Snippets Groups Projects
Commit 82830d6c authored by Edvin Bergström's avatar Edvin Bergström
Browse files

Added leave_game to coordinator

parent e3752706
No related branches found
No related tags found
No related merge requests found
Pipeline #17398 passed with warnings
......@@ -31,6 +31,7 @@ PYBIND11_MODULE(library, m)
.def("load_replay_list",&sc2::Coordinator::SetReplayPath, "replay_path"_a)
.def("add_replay_observer",&sc2::Coordinator::AddReplayObserver, "replay_observer"_a)
.def("set_replay_perspective",&sc2::Coordinator::SetReplayPerspective, "perspective"_a)
.def("leave_game", &sc2::Coordinator::LeaveGame)
;
py::enum_<sc2::Race>(m, "Race")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment