gameServer/Consts.hs
author Xeli
Fri, 21 Oct 2011 00:28:06 +0200
branchhedgeroid
changeset 6051 88fb92444d19
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Added two default teams to the apk, so people who first download it don't have to make two teams before playing their first game

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"