mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-29 04:20:29 +00:00
Merge remote-tracking branch 'cc9cii/minor-fix'
This commit is contained in:
commit
92e74d33a9
@ -14,6 +14,7 @@ namespace MWMechanics
|
||||
class Action
|
||||
{
|
||||
public:
|
||||
virtual ~Action() {}
|
||||
virtual void prepare(const MWWorld::Ptr& actor) = 0;
|
||||
virtual void getCombatRange (float& rangeAttack, float& rangeFollow) = 0;
|
||||
virtual float getActionCooldown() { return 0.f; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user