correct unbirthing
This commit is contained in:
@@ -321,5 +321,6 @@ public class ModelBehaviour : MonoBehaviour, IResettable
|
|||||||
{
|
{
|
||||||
Debug.Log($"Resetting {name}...");
|
Debug.Log($"Resetting {name}...");
|
||||||
ClearChildren();
|
ClearChildren();
|
||||||
|
afterBirth = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
using JetBrains.Annotations;
|
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEngine.UI;
|
|
||||||
|
|
||||||
public class Port
|
public class Port
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user