2025-03-21 15:21:32 +01:00

8 lines
254 B
Java

package com.hbm.packet.threading;
/**
* Abstract class for precompiled packets.
* Contains no content of its own; purely for distinction between precompiling and normal packets.
* */
public abstract class PrecompiledPacket extends ThreadedPacket { }