gameServer/Consts.hs
author nemo
Thu, 02 Jan 2014 23:52:34 -0500
changeset 9914 ba26595503ab
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
hey, if unc0rr can screw with gravity...

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"