new program.cs

This commit is contained in:
2026-03-25 23:00:18 +01:00
parent 5744e2d3ba
commit 5568cbc194
2 changed files with 16 additions and 44 deletions

View File

@@ -2,8 +2,9 @@
## TODO
### Benjamin
- [ ] Implementer dynamisk import af "eksterne" dll'er
- [ ] Find ud af hvordan tid skal fungere
- [x] Implementer dynamisk import af "eksterne" dll'er
- [x] Find ud af hvordan tid skal fungere
- [ ] Lav ny data så program kan køre
### Mikkel
- [ ] Opret logik DoSomething()
- [ ] Lav worldbuilder
@@ -114,7 +115,7 @@ classDiagram
Gun ..|> IEquipment
Food ..|> IEquipment
AdultCitizen --|> Person
ChildCitizen --|> Person
Person o-- IEquipment