continuity/Server/Packets/IPacket.cs

5 lines
51 B
C#

namespace Server;
public interface IPacket
{
}