continuity/Server/IPacket.cs

5 lines
51 B
C#

namespace Server;
public interface IPacket
{
}