gameServer/Consts.hs
author Xeli
Mon, 23 Apr 2012 19:22:43 +0200
changeset 6918 13d6cce2056c
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
fix the ammomenu F# buttons

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"