gameServer/FloodDetection.hs
author unc0rr
Fri, 31 Jan 2014 12:45:51 +0400
changeset 10092 a92a4ba39a79
parent 10090 a471a7bbc339
child 10093 ada172d33988
permissions -rw-r--r--
Fix build
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10090
a471a7bbc339 - Start work on flood detector
unc0rr
parents:
diff changeset
     1
module FloodDetection where
a471a7bbc339 - Start work on flood detector
unc0rr
parents:
diff changeset
     2
a471a7bbc339 - Start work on flood detector
unc0rr
parents:
diff changeset
     3
import CoreTypes
a471a7bbc339 - Start work on flood detector
unc0rr
parents:
diff changeset
     4
a471a7bbc339 - Start work on flood detector
unc0rr
parents:
diff changeset
     5
registerEvent :: Event -> a
a471a7bbc339 - Start work on flood detector
unc0rr
parents:
diff changeset
     6
registerEvent e = undefined