feat(Documents) Notes/Docs page improvements and warning cleanup

This commit is contained in:
2022-04-07 13:30:00 -04:00
parent b270453030
commit d82e60efdf
223 changed files with 4396 additions and 2861 deletions
+4 -3
View File
@@ -1,8 +1,9 @@
using Model.Immortal.Types;
using Model.Types;
namespace Model.Immortal.Entity.Parts;
namespace Model.Entity.Parts;
public class EntityVitalityModel : IEntityPartInterface {
public class EntityVitalityModel : IEntityPartInterface
{
public string Type { get; set; } = "EntityVitalityModel";
public int Health { get; set; } = 0;
public int DefenseLayer { get; set; } = 0;