0
0
Fork 0
mirror of https://github.com/Sanae6/SmoOnlineServer.git synced 2024-11-05 19:25:04 +00:00
SmoOnlineServer/Shared/Packet/PacketType.cs
2022-02-09 19:44:50 -06:00

15 lines
No EOL
200 B
C#

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