I have 100 or so object types or so right now in my project, and the thing is, many are decoration, solid walls, or those that don't really need to save.
In fact, I only have about 6-7 objects that I need to save. But since we have "no save" behavior", rather than "save" behavior, is there a way to iterate through all objects and add "no save" behavior? After that, I can simply just pick several of my objects that need saving and remove the "no save" behavior.