com.alicizax.unity.framework/Runtime/ABase/Service/Core/IServiceOrder.cs

8 lines
97 B
C#
Raw Normal View History

2026-03-26 10:49:41 +08:00
namespace AlicizaX
{
public interface IServiceOrder
{
int Order { get; }
}
}