The Action namespace defines multiplayer actions that can be performed in the MultiScene,
such as rotating the cube, placing spikes, or launching rockets.
Provides:
Action types (enum)
Callback interface for object selection
Abstract base class for actions
Concrete implementations for rotation, spike, and rocket actions
The Action namespace defines multiplayer actions that can be performed in the MultiScene, such as rotating the cube, placing spikes, or launching rockets.
Provides: