using UnityEngine; public class HedgeHogBehaviour : MonoBehaviour { public void moveHedgeHog() { Debug.Log("HedgeHog is moving!"); } }