//================================================================================================================
//
//	If you're wondering why some classes are coded strangely, or not optimised at all, that's because when
//	I started this project I had little experience with Unrealscript and OOP in general. Most of those files
//	are in the older package, Cozmo_RPG_Pack.u
//
//	The main package "RPGMasterTest.u", on the other hand, was written when I had more experience.
//
//	As for the code - It does not use a custom gametype, so all information is stored in other classes.
//
//	For more info on that, take a look at PoliceCrimeMon.uc, CozPlayerEditMutator.uc, CozATM2.uc etc.
//
//================================================================================================================