Skip to content
Snippets Groups Projects
Commit dea3d595 authored by Sopi (sofab194)'s avatar Sopi (sofab194)
Browse files

fixed indents

parent 1b164fb7
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ void define_unit(py::module & m)
.def_property_readonly("is_training", &Unit::isTraining)
.def_property_readonly("is_blip", &Unit::isBlip)
.def_property_readonly("target", &Unit::getTarget)
.def_property_readonly("has_target", &Unit::hasTarget)
.def_property_readonly("has_target", &Unit::hasTarget)
.def("stop", &Unit::stop)
.def("attack_unit", &Unit::attackUnit)
.def("attack_move", &Unit::attackMove)
......
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