

Moved all target scaning functions out of core and did tons of code tidying and optimizing. Moved local group sort function into more efficient placement Decided to mod naming after all for unified structure between modules, since that is effectively what bossModPrototype is. these tables can now be local in each module and auto cleaned up when this cleanup function is called. Added a function to perform cleanup on EndCombat that allows sub modules to store more tables locally and avoid fillingg private up with a bunch of tables that are literally temp storage.

