refactor: IHierarchy Integration with Overall Code Base
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Syntriax.Engine.Core.Abstract;
|
||||
/// This interface allows for tracking the object's presence in the hierarchy and provides events
|
||||
/// for notifying when the see enters or exits the hierarchy.
|
||||
/// </summary>
|
||||
public interface IHierarchyObject : IEntity
|
||||
public interface IHierarchyObject : IEntity, INameable
|
||||
{
|
||||
/// <summary>
|
||||
/// Event triggered when the <see cref="IEntity"/> enters the hierarchy.
|
||||
|
Reference in New Issue
Block a user