BREAKING CHANGE: Renamed IInitialize.Initialized to IsInitialized
This commit is contained in:
@@ -36,7 +36,7 @@ public abstract class BehaviourBase : BaseEntity, IBehaviour
|
||||
|
||||
public bool Assign(IBehaviourController behaviourController)
|
||||
{
|
||||
if (Initialized)
|
||||
if (IsInitialized)
|
||||
return false;
|
||||
|
||||
_behaviourController = behaviourController;
|
||||
|
Reference in New Issue
Block a user