gameServer/Consts.hs
author koda
Tue, 21 May 2013 23:15:44 +0200
changeset 9038 8c74d93e4e88
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
tip to highlight the new /rnd command

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"