7 lines
196 B
C#
7 lines
196 B
C#
namespace Model.Entity.Parts;
|
|
|
|
public class EntityIdPyreSpellModel : IEntityPartInterface
|
|
{
|
|
public string Type { get; set; } = "EntityIdPyreSpellModel";
|
|
public string Id { get; set; }
|
|
} |