Initial Commit
This commit is contained in:
commit
13767d3f40
160 changed files with 51070 additions and 0 deletions
12
MenuIconRemover/Runtime/MenuIconRemover.cs
Normal file
12
MenuIconRemover/Runtime/MenuIconRemover.cs
Normal 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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue