From d090de90e943f7740f6183d357a9ffdddace8c15 Mon Sep 17 00:00:00 2001 From: smallbenji Date: Wed, 25 Mar 2026 09:03:57 +0100 Subject: [PATCH] remove comment --- PeopleVille/Person/Person.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/PeopleVille/Person/Person.cs b/PeopleVille/Person/Person.cs index 5e21030..aa84104 100644 --- a/PeopleVille/Person/Person.cs +++ b/PeopleVille/Person/Person.cs @@ -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 Inventory { get; set; } public object Location { get; set; } public int Money { get; set; }