abhishekvp / cesium-lg

Liquid Galaxy GSoC 2016 Project: Enabling Cesium for Liquid Galaxy
5 stars 3 forks source link

protobuf rename "Message" var to something like "CesiumSync" #34

Closed alfski closed 8 years ago

alfski commented 8 years ago

I think Message is a bit too generic, maube something like...

var CesiumSync = ProtoBuf.loadProtoFile("cesiumsync.proto").build("CesiumSync");

maybe also rename the 'msg' vars to 'sync' or something?