gameServer/Consts.hs
author nemo
Thu, 31 May 2012 12:52:31 -0400
changeset 7161 21a9c70b2070
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Name the flags for fall tracking and indicating whether the explosion erases terrain.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"