gameServer/Consts.hs
author Guillaume Englert
Thu, 06 Oct 2011 14:54:55 -0400
changeset 6090 bf098cf5f998
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Add Cave theme

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"