12 lines
No EOL
300 B
C#
12 lines
No EOL
300 B
C#
|
|
using UnityEngine;
|
|
|
|
namespace gay.lilyy.MenuStyling
|
|
{
|
|
[AddComponentMenu("LillithRosePup/VRCExpressionsMenu/Styling")]
|
|
public class MenuStylingConfig : MonoBehaviour, VRC.SDKBase.IEditorOnly
|
|
{
|
|
public string Prefix = "<b><color=#c481d6>";
|
|
public string Suffix = "";
|
|
}
|
|
} |