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 EntitySupplyModel : IEntityPartInterface {
|
||||
public class EntitySupplyModel : IEntityPartInterface
|
||||
{
|
||||
public string Type { get; set; } = "EntitySupplyModel";
|
||||
public int Takes { get; set; } = 0;
|
||||
public int Grants { get; set; } = 0;
|
||||
|
||||
Reference in New Issue
Block a user