gameServer/Consts.hs
author nemo
Sat, 25 Aug 2012 21:35:25 -0400
changeset 7608 94d071054a23
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
another shot in the dark. still w/ no input from shoppa players

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"