7 lines
189 B
C#
7 lines
189 B
C#
using BriarQueen.Data.Identifiers;
|
|
using BriarQueen.Framework.Events.System;
|
|
|
|
namespace BriarQueen.Framework.Events.UI
|
|
{
|
|
public record CodexChangedEvent(CodexType EntryType) : IEvent;
|
|
} |