mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-04-14 20:53:30 +08:00
9 lines
182 B
C#
9 lines
182 B
C#
namespace BetterGenshinImpact.GameTask.Common.Map;
|
|
|
|
public static class EntireMapOperation
|
|
{
|
|
public static void Tp(this EntireMap entireMap, double x, double y)
|
|
{
|
|
}
|
|
}
|