gameServer/Consts.hs
author unc0rr
Mon, 23 Jun 2014 22:22:29 +0400
changeset 10337 05a5762ab12c
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
Allow server admins to join room of another protocol version

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"