mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	Nullable
This commit is contained in:
		| @@ -29,10 +29,12 @@ using System.Threading.Tasks; | ||||
|  | ||||
| namespace Esiur.Core; | ||||
|  | ||||
| #nullable enable | ||||
|  | ||||
| public delegate void DestroyedEvent(object sender); | ||||
|  | ||||
| public interface IDestructible | ||||
| { | ||||
|     event DestroyedEvent OnDestroy; | ||||
|     event DestroyedEvent? OnDestroy; | ||||
|     void Destroy(); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user