gameServer/Consts.hs
author nemo
Wed, 12 Mar 2014 22:40:49 -0400
changeset 10193 d7cd5b43588f
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
By request. Allow lua to make random things "talk". I'm not sure if this is a good idea, buuuut.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"