gameServer/Consts.hs
author Xeli
Tue, 05 Jun 2012 19:33:49 +0200
changeset 7184 211ab9e2cb15
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
only reset those keys which actually change their bindings

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"