Skip to content
Snippets Groups Projects
Commit c8efaba3 authored by Dawid Lukasz Abucewicz's avatar Dawid Lukasz Abucewicz
Browse files

Apply suggestion to src/Unit.h

parent 8e532ee6
No related branches found
No related tags found
1 merge request!5feat: add is_carrying_minerals field for Unit class
......@@ -47,7 +47,7 @@ public:
bool isValid() const;
bool isTraining() const;
bool isConstructing(const UnitType & type) const;
bool isCarryingMinerals() const;
bool isCarryingMinerals() const;
bool isBlip() const;
bool hasTarget() const;
......
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