Hi, I am trying to find implementation of "user data" in MOAIBox2DBody Class. Something that is wrapping the "b2BodyDef bodyDef; bodyDef.userData = &myActor; " - pasted from box2d API.
Is there something similar or i have to find some other way to link application objects to bodies?

