gameServer/Consts.hs
author unc0rr
Mon, 04 Nov 2013 01:23:20 +0400
changeset 9671 6e95617988c9
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Only toggle afk mode when it's not your turn

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"