gameServer/Consts.hs
author mikade
Fri, 19 Aug 2011 06:08:06 +0200
changeset 5598 265429f7ba85
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
- Updates to Tumbler gameplay mode [may still need a lil work] - New User Mission. Is this one possible?

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"