mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 06:43:57 +00:00
enter intro cutscene
This commit is contained in:
9
Common/Enums/Packet/PacketFraming.cs
Normal file
9
Common/Enums/Packet/PacketFraming.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace MikuSB.Enums.Packet;
|
||||
|
||||
public enum PacketFraming
|
||||
{
|
||||
FourByteLittleEndianLength,
|
||||
TwoByteBigEndianLength,
|
||||
Control,
|
||||
Unknown
|
||||
}
|
||||
Reference in New Issue
Block a user