gameServer/Consts.hs
author sheepluva
Thu, 28 Feb 2013 19:59:42 +0100
changeset 8600 39a31fecbc3d
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
small update of german engine translation

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"