gameServer/Consts.hs
author koda
Sat, 08 Oct 2011 22:44:32 +0200
changeset 6104 117bdf4e7af9
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
create teams programmatically

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"