feat(Documents) Notes/Docs page improvements and warning cleanup
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
namespace Model.Immortal.Entity.Parts;
|
||||
namespace Model.Entity.Parts;
|
||||
|
||||
public class EntityIdPyreSpellModel : IEntityPartInterface {
|
||||
public class EntityIdPyreSpellModel : IEntityPartInterface
|
||||
{
|
||||
public string Type { get; set; } = "EntityIdPyreSpellModel";
|
||||
public string Id { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user