summaryrefslogblamecommitdiffstats
path: root/src/Mobs/Behaviors/BehaviorAttackerRanged.h
blob: 012590490f9f26a7956a8f287b11d45cf7d747bc (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                              
                                                    
  
#pragma once

#include "BehaviorAttacker.h"

/** Grants the mob that ability to approach a target and then melee attack it.
Use BehaviorAttackerMelee::SetTarget to attack. */
class cBehaviorAttackerRanged : public cBehaviorAttacker
{
public:
	bool DoStrike(int a_StrikeTickCnt) override;
};