gameServer/Consts.hs
author koda
Sat, 28 May 2011 16:40:23 +0200
changeset 5219 9e2a17ab178b
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
this notification can be removed

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"