gameServer/Consts.hs
author Henek
Sat, 19 Mar 2011 14:38:49 +0100
changeset 5021 ca09bfa0414c
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
redone tag team to work and be beautifully coded

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"