public void Construct(Settings settings, Registry registry) { _Settings = settings; registry.AddSpawn(this); Renderer = GetComponent <Renderer>(); }