using UnityEngine; class DumbAttackerBehaviour : IDoActivity { public void DoActivity() { Debug.Log("I do attackers things!"); } }