1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 08:23:53 +00:00
This commit is contained in:
cc9cii 2014-08-29 10:47:44 +10:00
parent 961b4f0142
commit fa0352cd75

View file

@ -14,7 +14,7 @@ namespace MWMechanics
class Action
{
public:
virtual ~Action() {};
virtual ~Action() {}
virtual void prepare(const MWWorld::Ptr& actor) = 0;
virtual void getCombatRange (float& rangeAttack, float& rangeFollow) = 0;
virtual float getActionCooldown() { return 0.f; }