using System; using UnityEngine; [Serializable] public class MonoBehaviourScript : MonoBehaviour { public void Start() { } }