rjwut / ArtClientLib

NOTE: This library is being superseded by IAN: https://github.com/rjwut/ian
14 stars 3 forks source link

Refactor GameMessagePacket #10

Closed rjwut closed 10 years ago

rjwut commented 10 years ago

GameMessagePacket handles on-screen messages and game end events, but GameStartPacket is separate. We should be consistent; either fold both game start and game end events into GameMessagePacket or make them separate.