gameServer/Consts.hs
author sheepluva
Sat, 18 May 2013 22:42:05 +0200
changeset 9012 18c41c0ee8de
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
changing slots of landgun and icegun, feel free to complain, improve and/or revert

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"