gameServer/Consts.hs
author unc0rr
Mon, 02 Dec 2013 23:20:07 +0400
changeset 9738 18bb6d1fc9d9
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
Load hats into the model lazily

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"