namespace SharpChat { public interface C2SPacketHandler { bool IsMatch(C2SPacketHandlerContext ctx); void Handle(C2SPacketHandlerContext ctx); } }