gameServer/Consts.hs
author belphegorr <szabibibi@gmail.com>
Tue, 10 Jul 2012 23:06:56 +0300
changeset 7251 cba4960b426f
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Fixed a bug where certain ammo types were added to the wrong hogs.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"