gameServer/Consts.hs
author Xeli
Sun, 22 Jan 2012 23:35:32 +0100
changeset 6588 58c04b8c6aee
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
remove the incorrect text that people need to download before playing

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"