gameServer/Consts.hs
author unc0rr
Thu, 18 Apr 2013 21:25:38 +0400
changeset 8920 caa614af152d
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Store colors in human-readable form

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"