init
This commit is contained in:
commit
ab2e20f7e1
72 changed files with 2000 additions and 0 deletions
7
Femto.Common/Attributes/EventTypeAttribute.cs
Normal file
7
Femto.Common/Attributes/EventTypeAttribute.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace Femto.Common.Attributes;
|
||||
|
||||
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
|
||||
public class EventTypeAttribute(string name) : Attribute
|
||||
{
|
||||
public string Name { get; } = name;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue