Added perspectives and fixed get_player
Compare changes
@@ -38,6 +38,6 @@ void define_replay_unit(py::module & m)
@@ -38,6 +38,6 @@ void define_replay_unit(py::module & m)
.def("__hash__", [](const ReplayUnit & unit) { return std::hash<const sc2::Unit *>{}(unit.getUnitPtr()); })
.def("__repr__", [](const ReplayUnit & unit) { return "<Unit of type: '" + unit.getTypeName() + "'>"; })