remove comment

This commit is contained in:
2026-03-25 09:03:57 +01:00
parent 2b7a04b815
commit d090de90e9

View File

@@ -6,7 +6,6 @@ namespace PeopleVille.Persons
{
public string Name { get; set; }
public int Health { get; set; }
// TODO: Tilføj inventory når Equipment er oprettet
public List<IEquipment> Inventory { get; set; }
public object Location { get; set; }
public int Money { get; set; }