8 lines
130 B
C#

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