11 lines
No EOL
232 B
C#
11 lines
No EOL
232 B
C#
|
|
using UnityEngine;
|
|
|
|
namespace gay.lilyy.MenuStyling
|
|
{
|
|
public class MenuStylingConfig : MonoBehaviour, VRC.SDKBase.IEditorOnly
|
|
{
|
|
public string Prefix = "<b><color=#c481d6>";
|
|
public string Suffix = "";
|
|
}
|
|
} |