Files
2025-11-26 21:34:22 +08:00

10 lines
130 B
C#

using UnityEngine;
namespace Boxophobic.StyledGUI
{
public class StyledScriptableObject : ScriptableObject
{
}
}