Production Unselected ======================== .. code-block:: csharp public static event ProductionAction ProductionUnselected This static event called every time when any unit with **Production** module is **unselected**. If you've subscribed to it, don't forget to unsubscribe in **OnDestroy** method or something. .. toctree::