mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-19 08:19:48 +08:00
8 lines
127 B
C#
8 lines
127 B
C#
namespace BetterGenshinImpact.GameTask.MapMask;
|
|
|
|
public enum MapPointApiProvider
|
|
{
|
|
MihoyoMap = 0,
|
|
KongyingTavern = 1
|
|
}
|