Initiates the object selection process for rocket placement.
Returns the name of the action.
Called when an object is selected for rocket placement. Creates the rocket, adds it as a remote object, and notifies other players.
Static
createFactory method to create an ActionBase instance by type.
The action type.
The MultiScene instance.
The created ActionBase instance.
RocketAction allows a player to place a rocket on a selected object. Implements SelectObjectCallback for object selection.