Module forge

Module forge 

Source
Expand description

Forge module

This module defines the Forge type, a singleton-like component responsible for generating Asteroid and Sunray instances.

Only one Forge may exist at a time. Attempting to construct more than one instance results in an error. The component is designed to centralize object creation in a controlled manner.

Structsยง

Forge
The Forge is a singleton-like generator used to create Asteroid and Sunray instances.