Files

5 lines
119 B
C#

namespace BetterGenshinImpact.Service.Interface;
public interface IHoYoLabMapApiService : IMihoyoMapApiService
{
}