namespace BlockSpace.Voxels { public enum VoxelMaterial : byte { Lit = 0, Unlit = 1, Transparent = 2, Invisible = 3 } }