continuity/Server/Packets/IPacket.cs

5 lines
59 B
C#

namespace Server.Packets;
public interface IPacket
{
}