ashscript_types/
terrain.rs

1pub enum Terrain {
2    Plain,
3    Wall,
4    Lava,
5}