gameServer/Consts.hs
author nemo
Fri, 24 Aug 2012 18:51:29 -0400
changeset 7594 5f03595335e6
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
fromdos + fix end of turn velocity

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"