gameServer/Consts.hs
author unc0rr
Mon, 18 Feb 2013 22:47:42 +0400
changeset 8514 896b283f41a2
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Clear player's clan info on room join

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"