AS3 extended Class doesn't inheric base class imports?

Hello !

This has been bugging me for quite some time now without finding a valid answer…

Let’s say Class A has the flash.events.Event imported.
Now let’s say Class B extends Class A. Why in the hell do i need to import flash.events.Event in Class B ??? It makes no sens at all to me.

TY :megaman_classic: