Update namespace
This commit is contained in:
6
Ghost.Core/Contracts/IReleasable.cs
Normal file
6
Ghost.Core/Contracts/IReleasable.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Ghost.Core.Contracts;
|
||||
|
||||
internal interface IReleasable
|
||||
{
|
||||
void InternalRelease();
|
||||
}
|
||||
Reference in New Issue
Block a user