oh yeah i did things idrm

This commit is contained in:
Lillith Rose 2025-12-14 21:44:58 -05:00
parent d258d454a8
commit cf9bdbcddc
5 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,14 @@
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;
}
}