gameboard::board

Type Alias ResourceTable

Source
pub type ResourceTable = HashMap<u16, String>;
Expand description

Resources for cell content.

This can be useful when board has a lot of cells with the same content.

Aliased Typeยง

struct ResourceTable { /* private fields */ }