4 lines
94 B
C#
4 lines
94 B
C#
namespace Engine.Core.Serialization;
|
|
|
|
public record class EntityReference(string? Id = null);
|