gameServer/Consts.hs
author sheepluva
Sat, 10 Sep 2011 14:10:14 +0200
changeset 5836 6d6041b50b09
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
some sniper training improvements and few german lua translations

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"