public class Human : BaseBehaviour { public Human(NPC npc) : base(npc) { DoActivity = new HumanBehaviour(); } }