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