WIn_RustTools/RustTools/Contracts/Services/IPageService.cs

7 lines
112 B
C#
Raw Permalink Normal View History

2024-07-14 11:24:10 +00:00
namespace RustTools.Contracts.Services;
public interface IPageService
{
Type GetPageType(string key);
}