As a follow-up on #18723, I noticed other stats related classes should also utilize Builder pattern to initialize stats objects. For example IndexingStats currently ...
enum eType { Feline = 1, } function Animal( blah, foo, func=_GMFUNCTION_ ) constructor { self.func = func; show_debug_message( self.func ); } function Cat( func ...