Production Spawned ======================== .. code-block:: csharp public static event ProductionAction ProductionSpawned This static event fired every time when any unit with **Production** module was **spawned**. If you've subscribed to it, don't forget to unsubscribe in **OnDestroy** method or something. .. toctree::