chore: Finalize Don't Set Fields to Null Anymore
This commit is contained in:
@@ -87,7 +87,7 @@ public class BehaviourController : IBehaviourController
|
||||
|
||||
public bool Assign(IGameObject gameObject)
|
||||
{
|
||||
if (_gameObject is not null)
|
||||
if (GameObject.Initialized)
|
||||
return false;
|
||||
|
||||
_gameObject = gameObject;
|
||||
|
Reference in New Issue
Block a user