Namespace STREAMSIX.Actor.Satellite
Classes
BaseSatellite
Base class for the satellite actor. Extend your satellite actor from this class.
Call Init(SatelliteReceiver) to initialize the actor.
SatelliteSender
Satellite implementation of the handler. It defines methods only available from the satellite. A game on the rmb must at least implement the Satellite handler.