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