10 lines
No EOL
209 B
C#
10 lines
No EOL
209 B
C#
using UnityEngine;
|
|
using VRC.SDKBase;
|
|
namespace gay.lilyy.EditorNotes {
|
|
public class GameObjectReference : MonoBehaviour, IEditorOnly
|
|
{
|
|
public GameObject gObject;
|
|
[TextArea]
|
|
public string note;
|
|
}
|
|
} |