gameServer/Consts.hs
author sheepluva
Sun, 18 Sep 2011 21:46:00 +0200
branch0.9.16
changeset 5960 74bc72746bec
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
make chatsection in game room stretch if space is available

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"