summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Behaviors/BehaviorStriker.h
blob: 6fc094476a09a79f7b12c5149b82e7597353e3e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once
class cBehaviorStriker
{

};

/*
bool cAggressiveMonster::Attack(std::chrono::milliseconds a_Dt)
{
	GetTarget()->TakeDamage(dtMobAttack, this, m_AttackDamage, 0);

	return true;
} */