Files
2026-05-29 14:17:46 -04:00

7 lines
196 B
C#

namespace Model.Entity.Parts;
public class EntityIdPyreSpellModel : IEntityPartInterface
{
public string Type { get; set; } = "EntityIdPyreSpellModel";
public string Id { get; set; }
}