gameServer/Consts.hs
author Xeli
Thu, 16 Feb 2012 21:32:19 +0100
changeset 6692 029c27660dd2
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
move the aim buttons to be above the jump button

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"