Init
This commit is contained in:
9
Prefab.Base/IEvent.cs
Normal file
9
Prefab.Base/IEvent.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Prefab.Base;
|
||||
|
||||
/// <summary>
|
||||
/// Marker interface for events.
|
||||
/// </summary>
|
||||
public interface IEvent
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user