9 lines
114 B
C#
9 lines
114 B
C#
namespace Prefab.Base;
|
|
|
|
/// <summary>
|
|
/// Marker interface for events.
|
|
/// </summary>
|
|
public interface IEvent
|
|
{
|
|
|
|
} |