mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-23 09:55:48 +08:00
9 lines
124 B
C#
9 lines
124 B
C#
namespace BetterGenshinImpact.CombatScript;
|
|
|
|
public enum WalkDirection
|
|
{
|
|
Forward,
|
|
Backward,
|
|
Left,
|
|
Right
|
|
} |