using UnityEngine; using VRC.SDKBase; namespace gay.lilyy.EditorNotes { public class GameObjectReference : MonoBehaviour, IEditorOnly { public GameObject gObject; [TextArea] public string note; } }