0
0
Fork 0
mirror of https://github.com/Sanae6/SmoOnlineServer.git synced 2024-11-16 00:25:07 +00:00
SmoOnlineServer/Shared/Packet/PacketType.cs

15 lines
No EOL
208 B
C#

namespace Shared.Packet;
public enum PacketType : short {
Unknown,
Player,
Cap,
Game,
Tag,
Connect,
Disconnect,
Costume,
Shine,
Capture,
Command
}