[][src]Type Definition gameboard::board::ResourceTable

type ResourceTable = HashMap<u16, String>;

Resources for cell content.

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