gameServer/Consts.hs
author nemo
Sat, 18 Jan 2014 08:09:55 -0500
changeset 10012 82dd9f0c88f7
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
Make poison damage possibly variable (might as well since effects is a count). Scripts might find it handy.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"