Namespace STREAMSIX.Actor.Mothership
Classes
BaseMothership
Base class for the mothership actor. Extend your mothership actor from this class.
Call Init(MothershipReceiver) to initialize the actor.
MothershipSender
The mothership's implementation of the handler. Not all games use this but it could be useful to offload some centralized processing.