Files
plugin-library/Assets/00.StaryEvo/Runtime/Rule/IBelongToArchitecture.cs
2025-03-31 11:16:52 +08:00

7 lines
119 B
C#

namespace Stary.Evo
{
public interface IBelongToArchitecture
{
IArchitecture GetArchitecture();
}
}