mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-07-22 01:31:59 +00:00
enter intro cutscene
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace MikuSB.Enums.Packet;
|
||||
|
||||
public enum PacketFraming
|
||||
{
|
||||
FourByteLittleEndianLength,
|
||||
TwoByteBigEndianLength,
|
||||
Control,
|
||||
Unknown
|
||||
}
|
||||
Reference in New Issue
Block a user