gameServer/Consts.hs
author unc0rr
Mon, 14 Jan 2013 21:37:04 +0400
changeset 8386 2aaa2995a32e
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
- Fix another ton of bugs and misbehavior - Try my fix to grey colors problem

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"