gameServer/Consts.hs
author unc0rr
Tue, 22 Jan 2013 00:24:44 +0400
changeset 8422 ec41194d4444
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Okay, let's try not trust even room admin on this

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"