Mirror is a helper library for working with System.Reflection. It provides helpful features to make Reflection easier, allowing you to easily access fields and properties of an object or invoke its methods. Mirror is particularly useful when you need to access private variables in a class from a third-party DLL. While System.Reflection is powerful, it often requires a lot of code to achieve certain tasks. With Mirror, however, the same tasks can be done with just a few lines of code.Mirror provides 2 different solutions for accessing a class's members.1. Access By PathYou can use the Mirror static class to access fields, properties, and methods of an object with a path.2. Access by WrapperYou can create a wrapper class that derives from MirrorClass and includes public fields of MirrorProperty and MirrorMethod to access the wrapped class's members.For more information, refer to the Mirror.pdf file.NoteThis package contains EButton Attributes v2.