gameServer/Consts.hs
author nemo
Wed, 23 Oct 2013 12:46:29 -0400
changeset 9571 273567816538
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
untested. decrement timer while firing rope. there've been a few complaints 'bout this.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"