gameServer/Consts.hs
author Xeli
Sun, 18 Mar 2012 18:19:20 +0100
changeset 6802 8701007d58c0
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
fix ammomenu, the cursor actually works now -_-

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"