SharedVRCStuff/AAC/AACShared/Runtime/LanternFlickerDefinition.cs

14 lines
No EOL
319 B
C#

using System;
using UnityEngine;
using VRC.SDKBase;
#if UNITY_EDITOR
using UnityEditor;
#endif
namespace gay.lilyy.aacshared.runtimecomponents
{
[AddComponentMenu("LillithRosePup/Lantern Flicker")]
public class LanternFlickerDefinition : MonoBehaviour, IEditorOnly {
public bool enabled = true;
}
}