gameServer/Consts.hs
author unc0rr
Fri, 31 Oct 2014 00:36:08 +0300
branchqmlfrontend
changeset 10446 7ae44f42a689
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
Perform some checks on team add

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"