gameServer/Consts.hs
author nemo
Sat, 14 Jul 2012 23:19:09 -0400
changeset 7389 15c3fb4882df
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Sorry about the slight delay in pickup. You can blame a few lame cheaters. This is to make their cheating a bit harder.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"