gameServer/FloodDetection.hs
author unc0rr
Thu, 30 Jan 2014 00:18:32 +0400
changeset 10090 a471a7bbc339
child 10093 ada172d33988
permissions -rw-r--r--
- Start work on flood detector - More agressive joins flood protection - Also fix some warnings

module FloodDetection where

import CoreTypes

registerEvent :: Event -> a
registerEvent e = undefined