gameServer/Consts.hs
author nemo
Sat, 11 Jun 2011 17:27:26 -0400
changeset 5233 e0b78b11d223
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Should reduce rope skip fail and unrealistic rope drownings

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"