REPENTOGON
REPENTOGON copied to clipboard
Handle derived classes in FFI binders
Of the classes in the base API, Entity and GridEntity are used as a base class for others. Our current implementation doesn't seem to cleanly support this yet, causing issues with casting Entity to a derivative class and allowing said classes to fall back to Entity functions and keys.