Hi!
I've a problem in one of my simulations.
I've got an interface class named PurseOwner and of course the class Actor.
Now I need a constructor for, that expects an Object, that is a subclass of both. (instance of PurseOwner and Actor).
How can I do this?

