diff --git a/src/Dodge/World/Trigger/Data.hs b/src/Dodge/World/Trigger/Data.hs deleted file mode 100644 index 79ff1413e..000000000 --- a/src/Dodge/World/Trigger/Data.hs +++ /dev/null @@ -1,5 +0,0 @@ -{- | World triggers are intended to help me handle global events, -such as new levels, game overs, etc, that disrupt the typical flow of the game. -They should probably be used sparingly. -} -module Dodge.World.Trigger.Data where -