0
0
Fork 0
mirror of https://github.com/Sanae6/SmoOnlineServer.git synced 2024-11-15 08:05:06 +00:00
SmoOnlineServer/Shared/Packet/PacketType.cs
2021-11-29 01:03:19 -06:00

12 lines
No EOL
156 B
C#

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