gameServer/Consts.hs
author Medo <smaxein@googlemail.com>
Sat, 31 Mar 2012 20:36:03 +0200
changeset 6840 c61f842621b8
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Added hashcode function for Team to make it consistent with equals.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"