Initial Commit

This commit is contained in:
Lillith Rose (Device: Lucia) 2025-06-18 12:00:40 -04:00
commit 13767d3f40
160 changed files with 51070 additions and 0 deletions

View file

@ -0,0 +1,11 @@
using UnityEngine;
namespace gay.lilyy.MenuStyling
{
public class MenuStylingConfig : MonoBehaviour, VRC.SDKBase.IEditorOnly
{
public string Prefix = "<b><color=#c481d6>";
public string Suffix = "";
}
}