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

7 lines
65 B
C#

namespace AlicizaX
{
public interface IService
{
}
}