mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 05:23:13 +00:00
2.2
This commit is contained in:
8
Esiur/Resource/ResourceDestroyedEvent.cs
Normal file
8
Esiur/Resource/ResourceDestroyedEvent.cs
Normal file
@ -0,0 +1,8 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Esiur.Resource
|
||||
{
|
||||
public delegate void ResourceDestroyedEvent(IResource resource);
|
||||
}
|
Reference in New Issue
Block a user