winnitron / WinnitronLauncher

The official Winnitron launcher! The meat and potatoes of the Winnitron.
winnitron.com
MIT License
34 stars 7 forks source link

Refactor sync to its own namespace #118

Closed aaronklaassen closed 6 years ago

aaronklaassen commented 6 years ago

The GameSync class ~was~ is kind of big and gross, but this is a step toward fixing that. This moves the inner private classes out, and puts all of that under a a NetworkSync namespace. A pure refactor; there's no behaviour change.