unknownv2 / CoreHook

A library that simplifies intercepting application function calls using managed code and the .NET Core runtime
MIT License
259 stars 40 forks source link

Refactor config classes and remove interfaces #104

Closed unknownv2 closed 5 years ago

unknownv2 commented 5 years ago

Keep it simple by just using classes since none of the interfaces are being used. They can be re-implemented with interfaces if needed but since they don't contain any methods, using classes to hold the data seems fine until I learn how to handle it otherwise.