Files
plugin-library/Assets/00.StaryEvo/Runtime/Design/IUtility.cs

7 lines
77 B
C#
Raw Normal View History

2025-03-31 11:16:52 +08:00
namespace Stary.Evo
{
public interface IUtility
{
}
}