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