Hark-the-Moon-Men-Cometh / Assets / Scripts / Interfaces / IAttacker.cs
IAttacker.cs
Raw
using UnityEngine;

public interface IAttacker
{
    public void SetIsAttacking(bool attacking);

}