Added some Record Tools

This commit is contained in:
Finn
2025-12-11 11:32:52 +01:00
parent 8c64f67538
commit 95dd467634
4 changed files with 191 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ public enum ProtocolVersion implements Serializable {
/**
* First Beta Version of OAC-Protocol
*/
PV_1_0_0_BETA("1.0.0", ProtocolType.BETA, ProtocolSide.ALL, List.of(Protocol.OAC));
PV_1_0_0_BETA("1.0.0", ProtocolType.BETA, ProtocolSide.ALL, List.of(Protocol.OAC), PV_1_0_0_CLASSIC),;
/**
* The version string of the protocol version.