using UnityEngine; using VRC.SDKBase; namespace gay.lilyy.EditorNotes { [AddComponentMenu("LillithRosePup/Game Object Note")] public class GameObjectReference : MonoBehaviour, IEditorOnly { public GameObject gObject; [TextArea] public string note; } }