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

12 lines
156 B
C#
Raw Normal View History

2021-11-29 04:04:34 +00:00
namespace Shared.Packet;
public enum PacketType {
Unknown,
Player,
Game,
2021-11-29 07:03:19 +00:00
Connect,
2021-11-29 04:04:34 +00:00
Disconnect,
Costume,
Shine,
Command
}