Mixin icon indicating copy to clipboard operation
Mixin copied to clipboard

Add support for Accessors/Invokers targeting members not present at compile-time

Open LlamaLad7 opened this issue 3 years ago • 0 comments

Sometimes it is desirable to access members added to a class by another Mixin, and if those members are static, it is not possible to access them via the Shadow + Duck interface combo. As such, it would be nice if they were supported by Accessor Mixins.

LlamaLad7 avatar Apr 17 '21 12:04 LlamaLad7