SmoOnlineServer/Shared/Packet/Packets/ConnectionTypes.cs

6 lines
106 B
C#
Raw Normal View History

2022-02-10 01:44:50 +00:00
namespace Shared.Packet.Packets;
2021-11-29 04:04:34 +00:00
public enum ConnectionTypes {
FirstConnection,
Reconnecting
}