use PathBuf;
use Vec3;
use ;
use crateUIMessage;
/// Struct for sending land updates from the core to the UI.
/// Land is stored as a JSON array of serialized LandData, which can be used by the UI to generate
/// terrain which can be affected by shaders.
/// Struct for defining land updates used by the UI