gameServer/Consts.hs
author nemo
Mon, 25 Jun 2012 09:01:03 -0400
changeset 7287 c0825f15272e
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
oops

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"