SoundOfScooting

Results 8 comments of SoundOfScooting

Maybe `IClickableElement` should be split or extended to support also detecting right-clicks and allowing different behavior for left-clicks and right-clicks.

I think it would be better to separate user and extension config files into two separate instances of `ConfigFile`, which could be implemented by adding another `ConfigFile` field onto `HacknetPlugin`....

What I could do is add the check for `CanBeKilled` to `ExeModuleExtensions.Kill` and patch `Programs.kill` to use that. It might also be nice to change the `"Process ... Ended"` print...

I've implemented these changes and tested them.

Actually, what if the user only wants to enable it until it updates? Say they cared enough to inspect the current version of the used plugins for safety and want...

Okay, I understand - thought you meant the opposite.

I don't see the need for two versions of this method to exist (I would remove the static method). However, if there are to be two, one of them should...