docs: Core IAssignable
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Syntriax.Engine.Core.Abstract;
|
||||
public interface IAssignable
|
||||
{
|
||||
/// <summary>
|
||||
/// Callback triggered when the <see cref="IAssignable"/>'s fields are unassigned and completely ready to recycle.
|
||||
/// Event triggered when the <see cref="IAssignable"/>'s fields are unassigned and completely ready to recycle.
|
||||
/// </summary>
|
||||
Action<IAssignable>? OnUnassigned { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user