gameServer/Consts.hs
author nemo
Mon, 30 Sep 2013 13:43:55 -0400
changeset 9481 fbf61ef67c7b
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
toss in a quick n dirty blacking out of the world beyond the barrier. still want to add edge effects, cross effects

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"