1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-03-09 21:18:13 +00:00
Jonathan Coates 5a7259e4c9
Add a tiny library for checking structural equality
I want to write some tests to check that various packets round-trip
corretly. However, these packets don't (and shouldn't) implement
.equals, and so we need a more reflective(/hacky) way of comparing them.
2023-08-23 10:05:56 +01:00
..