gameServer/FloodDetection.hs
changeset 10090 a471a7bbc339
child 10093 ada172d33988
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gameServer/FloodDetection.hs	Thu Jan 30 00:18:32 2014 +0400
@@ -0,0 +1,6 @@
+module FloodDetection where
+
+import CoreTypes
+
+registerEvent :: Event -> a
+registerEvent e = undefined