gameServer/Consts.hs
author nemo
Sun, 08 Jul 2012 12:00:27 -0400
changeset 7366 e5a0856708dc
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Insert at front of same Z, not end. Saves a little time on insertion and lua lookup of recent adds.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"