/// <summary>
 /// Manage instances
 /// </summary>
 /// <param name="node"></param>
 private void OnInstancedNode(Node node)
 {
     CurrentInstance = node as Node2D;
     CurrentInstance.Connect(nameof(PlayerController.PlayerDestroyed), this, nameof(OnDestroyInstance));
 }