better-genshin-impact/Build/MicaSetup/Services/ExplorerService.cs

12 lines
183 B
C#

using MicaSetup.Helper;
namespace MicaSetup.Services;
public class ExplorerService : IExplorerService
{
public void Refresh()
{
ExplorerHelper.Refresh();
}
}