add operator<< for packets (#14)
All checks were successful
Linux arm64 / Build (push) Successful in 16s
All checks were successful
Linux arm64 / Build (push) Successful in 16s
Reviewed-on: #14 Co-authored-by: Persson-dev <sim16.prib@gmail.com> Co-committed-by: Persson-dev <sim16.prib@gmail.com>
This commit was merged in pull request #14.
This commit is contained in:
@@ -15,7 +15,8 @@ using UpgradeTowerFields = std::tuple<
|
||||
sp::Field<std::uint16_t, 12>, //<- m_Tower
|
||||
sp::Field<std::uint8_t, 4> //<- m_Upgrade
|
||||
>,
|
||||
sp::VarInt //<- just for testing
|
||||
sp::VarInt, //<- just for testing
|
||||
std::map<std::string, std::vector<int>>
|
||||
>;
|
||||
|
||||
DeclarePacket(UpgradeTower){
|
||||
|
||||
Reference in New Issue
Block a user