correct unbirthing

This commit is contained in:
Tim
2025-07-18 01:04:06 +02:00
parent 440375ae68
commit 66d77a774e
2 changed files with 1 additions and 2 deletions

View File

@@ -321,5 +321,6 @@ public class ModelBehaviour : MonoBehaviour, IResettable
{ {
Debug.Log($"Resetting {name}..."); Debug.Log($"Resetting {name}...");
ClearChildren(); ClearChildren();
afterBirth = false;
} }
} }

View File

@@ -1,6 +1,4 @@
using JetBrains.Annotations;
using UnityEngine; using UnityEngine;
using UnityEngine.UI;
public class Port public class Port
{ {