mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-04-06 11:55:31 +08:00
9 lines
157 B
C#
9 lines
157 B
C#
namespace BetterGenshinImpact.Hutao;
|
|
|
|
internal enum PipePacketType : byte
|
|
{
|
|
None = 0,
|
|
Request = 1,
|
|
Response = 2,
|
|
SessionTermination = 3,
|
|
} |