summaryrefslogtreecommitdiff log msg author committer range path: root/client/elm/battlemap/src/Model.elmblob: 024fc4d13cf4b852e148d11a341fe474b7a10042 (plain) 1 2 3 4 5 6 7 module Model exposing (Model, model) -- MODEL type alias Model = Int model : Model model = 0