stackcollision / GardenConquest

A new conquest game mode for Space Engineers
6 stars 7 forks source link

setting communication, class/cp commands #70

Closed zrisher closed 9 years ago

zrisher commented 9 years ago

This adds serialization to the various setting records so we can send them from Server to Client. We then use the received settings to build info for the various help commands. Because we're receiving the CPs in full, this replaces the CPGPS requests and responses.

This helps with #14.