public BehaviourModel(ICitizen human, int level) { body = human; Level = level; StateMachine = new StackFSM("rest"); }