veloren/common/src/terrain/block.rs

6 lines
85 B
Rust
Raw Normal View History

#[derive(Copy, Clone, Debug)]
2019-01-02 19:22:01 +00:00
pub struct Block {
kind: u8,
color: [u8; 3],
}