punish v6.8.18.0
This commit is contained in:
commit
060278c1b7
317 changed files with 554155 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
|||
using Dalamud.Game.ClientState.Objects.Types;
|
||||
|
||||
namespace Questionable.Controller.CombatModules;
|
||||
|
||||
internal interface ICombatModule
|
||||
{
|
||||
bool CanHandleFight(CombatController.CombatData combatData);
|
||||
|
||||
bool Start(CombatController.CombatData combatData);
|
||||
|
||||
bool Stop();
|
||||
|
||||
void Update(IGameObject nextTarget);
|
||||
|
||||
bool CanAttack(IBattleNpc target);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue