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,12 @@
using UnityEngine;
namespace gay.lilyy.MenuIconRemover
{
public class MenuIconRemoverConfig : MonoBehaviour, VRC.SDKBase.IEditorOnly
{
public string[] exclude = new string[0];
public bool removeOnPc = false;
public bool removeOnQuest = true;
}
}