====== The Garbage Collector ====== **The Garbage Collector** is a module that is used internally by some other modules. It basically cleans up dynamically created content (units, groups, markers, etc.) that is not used anymore. This prevents the game from running slower and slower because of an abundance of objects. It can be used by anyone independently however, more info to follow...