/*
* Inspiration taken with great thanks from: https://github.com/dgreenheck/ez-tree
*/
use Reflect;
// #[derive(Reflect, Clone, Copy, Debug, PartialEq)]
// pub enum BarkType {
// Birch,
// Oak,
// Pine,
// Willow
// }
// #[derive(Reflect, Clone, Copy, Debug, PartialEq)]
// pub enum LeafType {
// Ash,
// Aspen,
// Pine,
// Oak,
// }