MessagePrinter (Fixes #2)
All checks were successful
Linux arm64 / Build (push) Successful in 15s

This commit is contained in:
2025-03-04 12:01:15 +01:00
parent fa6ba74068
commit e8367cd91c
8 changed files with 149 additions and 15 deletions

View File

@@ -14,7 +14,8 @@ using UpgradeTowerFields = std::tuple<
sp::BitField<std::uint16_t,
sp::Field<std::uint16_t, 12>, //<- m_Tower
sp::Field<std::uint8_t, 4> //<- m_Upgrade
>
>,
sp::VarInt //<- just for testing
>;
DeclarePacket(UpgradeTower){