First commit for private source control. Older commits available on Github.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Cysharp.Threading.Tasks;
|
||||
|
||||
namespace BriarQueen.Framework.Services.Destruction
|
||||
{
|
||||
public interface IDestructible
|
||||
{
|
||||
UniTask OnPreDestroy(); // Optional: prepare for destruction
|
||||
UniTask OnDestroyed(); // Final cleanup
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user