VoiceAttack-profiles icon indicating copy to clipboard operation
VoiceAttack-profiles copied to clipboard

Do a pass on everything `public` and decide whether to make it `internal`

Open alterNERDtive opened this issue 2 years ago • 0 comments

tl;dr: programming nerd issue

When I designed the structure of this entire thing, I wasn’t used to having multi-assembly projects. Here there’s also the fact that other plugins are dynamically loaded into VoiceAttack as well, and it might be worth looking into how to prevent (accidental or not) tampering with the internal workings of my plugins.

Worth noting that each plugin lives in its own assembly, so some (many? most? all?) things cannot really be changed.

alterNERDtive avatar Jun 02 '22 13:06 alterNERDtive