12 lines
No EOL
283 B
C#
12 lines
No EOL
283 B
C#
|
|
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;
|
|
}
|
|
} |