Cyral / Bricklayer2

An Open Source, Fully Moddable and Customizable 2D Building Game.
https://www.pyratron.com/bricklayer
Other
7 stars 1 forks source link

Refactor network events. #28

Open Cyral opened 9 years ago

Cyral commented 9 years ago

All network events seem to just be a duplicate of the network message, as far as properties. (They have the same properties).

We should refactor this to reduce duplicating these properties.

Cyral commented 9 years ago

Paused for now.