chore: Finalize Don't Set Fields to Null Anymore
This commit is contained in:
@@ -29,7 +29,7 @@ public class StateEnable : IStateEnable
|
||||
|
||||
public bool Assign(IEntity entity)
|
||||
{
|
||||
if (_entity is not null)
|
||||
if (_entity is not null) // TODO: IInitialize Maybe?
|
||||
return false;
|
||||
|
||||
_entity = entity;
|
||||
|
Reference in New Issue
Block a user