gameServer/Consts.hs
author unc0rr
Sun, 24 Nov 2013 13:07:55 +0400
changeset 9710 4cc6ab8cae8c
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
Fix typo reported by MK

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"