gameServer/Consts.hs
author nemo
Sat, 23 Feb 2013 23:01:50 -0500
changeset 8566 d9627d65edf7
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
This and the "retain freezing" stuff could probably use a flag.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"