> > Hi, > > > Currently the EffectManager effects property is private. This property > > shows what effects are in effect. Making this public will allow for > > diagnostics. > > Probably adding a pubic getter would be a little safer? What do other > people think? >
Agreed, a read-only property sounds safer. Even though it would still allow outside parties to add or remove keys. I have no idea if this would be a bad thing necessarily, I'd think not really... Roland