GameOfGame/src/configuration.cr

4 lines
85 B
Crystal

module GameOfGame
alias Configuration = Hash(String, String | Int32 | Float64)
end