gameServer/Consts.hs
author nemo
Mon, 29 Oct 2012 09:35:16 -0400
changeset 7874 c8aba48f38dc
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Arbitrarily tweaked to not firepunch loose, and to increase chance of bazooka doing it to about 20%

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"