gameServer/Consts.hs
author sheepluva
Fri, 07 Jun 2013 17:37:01 +0200
changeset 9147 0ab57cdf9346
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
add note about mudball causing no direct damage to changelog

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"