Hi, i am new to component object models. Here is what i want to achieve.
I have an actor component for my game objects. The actor component as a private field of type behavior. I need to be able to extend the behavior class and add it to the actor. Like this.