Init
This commit is contained in:
6
Prefab.Base/GenericAttributeChange.cs
Normal file
6
Prefab.Base/GenericAttributeChange.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Prefab.Base;
|
||||
|
||||
/// <summary>
|
||||
/// Represents a change in a custom attribute.
|
||||
/// </summary>
|
||||
public record GenericAttributeChange(string Key, object? OldValue, object? NewValue);
|
||||
Reference in New Issue
Block a user