Ok, I would like to set some default property values for my entities and I see there is a custom region called 'InitClassEmpty'. The problem is that after I added my code there and set my properties, my entity is marked as dirty (which is what I do not want, I want to bypass the dirty checks). Can I simply say 'base.IsDirty = false;' after I initialize my code or will that screw up some stuff?
Thanks