WIn_RustTools/RustTools/Contracts/Services/IPageService.cs
2024-07-14 19:24:10 +08:00

7 lines
112 B
C#

namespace RustTools.Contracts.Services;
public interface IPageService
{
Type GetPageType(string key);
}