11 lines
No EOL
263 B
C#
11 lines
No EOL
263 B
C#
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;
|
|
}
|
|
} |