mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-22 10:35:34 +00:00
9 lines
119 B
C#
9 lines
119 B
C#
namespace stonevox
|
|
{
|
|
public enum PacketID
|
|
{
|
|
MATRIX_RENAME,
|
|
CHAT,
|
|
QB_IMPORTED
|
|
}
|
|
} |