mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-04-08 12:30:42 +08:00
6 lines
97 B
C#
6 lines
97 B
C#
namespace BetterGenshinImpact.Hutao;
|
|
|
|
internal enum PipePacketCommand : byte
|
|
{
|
|
None = 0,
|
|
} |