Anuj / milleemultiplayer

Automatically exported from code.google.com/p/milleemultiplayer
0 stars 0 forks source link

Remove hardcoding of server-client messages #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Instead of hardcoding the same message in multiple places, create constants
in the Message file for the various types.

Original issue reported on code.google.com by predd...@gmail.com on 8 Mar 2009 at 12:17

GoogleCodeExporter commented 9 years ago
Done for the 2 main messages, "go" and "game over".  Created 2 constants in 
Message
class.

Original comment by predd...@gmail.com on 8 Mar 2009 at 12:42