29 using namespace PlatformGroup;
32 MovePlatformVelocity::SubClassRegistry
39 PlatformUnitInterfacePrx platform = getContext<PlatformContext>()->platformUnitPrx;
40 platform->move(in.getTargetPlatformVelocityX(),
41 in.getTargetPlatformVelocityY(),
42 in.getTargetPlatformVelocityRotation());