mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-25 10:05:49 +08:00
9 lines
144 B
C#
9 lines
144 B
C#
namespace BetterGenshinImpact.GameTask.MapMask;
|
|
|
|
public enum MapPointApiProvider
|
|
{
|
|
MihoyoMap = 0,
|
|
KongyingTavern = 1,
|
|
HoYoLab = 2
|
|
}
|