mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-08 00:24:12 +08:00
5 lines
119 B
C#
5 lines
119 B
C#
namespace BetterGenshinImpact.Service.Interface;
|
|
|
|
public interface IHoYoLabMapApiService : IMihoyoMapApiService
|
|
{
|
|
} |