BREAKING CHANGE: Renamed IInitialize.Initialized to IsInitialized
This commit is contained in:
@@ -29,7 +29,7 @@ public class StateEnable : IStateEnable
|
||||
|
||||
public bool Assign(IEntity entity)
|
||||
{
|
||||
if (_entity is not null && _entity.Initialized)
|
||||
if (_entity is not null && _entity.IsInitialized)
|
||||
return false;
|
||||
|
||||
_entity = entity;
|
||||
|
Reference in New Issue
Block a user