gameServer/Consts.hs
author nemo
Wed, 16 Nov 2011 15:16:17 -0500
changeset 6389 9acbf54e9379
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
prevent flinging up into any land.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"