continuity/Server/Packets/IPacket.cs

6 lines
51 B
C#
Raw Normal View History

2023-08-09 18:14:14 +00:00
namespace Server;
public interface IPacket
{
}