gameServer/Consts.hs
author nemo
Mon, 04 Jun 2012 19:36:55 -0400
changeset 7181 0791c1f2734c
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Welp. We have a bit of a problem here. Reverting the move of nextturn. But this causes a desync in scripting unless we can find a better fix.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"