OpenCiv
OpenCiv copied to clipboard
Packet: Universal Packet class instead of individual classes
Instead of having individual classes for each unique packet. We could probably create a HashMap
in the Packet class, and assign needed variables to that.