gameServer/Consts.hs
author nemo
Sat, 22 Dec 2012 21:04:47 -0500
changeset 8319 408371c03140
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
trophyrace with names removed

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"