Filter same id

RelationLogic
LookForAbandoned
This commit is contained in:
2023-09-09 14:59:15 -07:00
parent 331d98793e
commit 4b8b942528
29 changed files with 709 additions and 430 deletions

View File

@ -1,10 +1,11 @@
---
created: 2023-09-06T01:48:53.593Z
updated: 2023-09-06T01:48:53.588Z
updated: 2023-09-09T15:16:04.076Z
assigned: ""
progress: 0
tags: []
started: 2023-09-06T01:48:53.593Z
completed: 2023-09-09T15:16:04.076Z
---
# CanReMap
@ -38,4 +39,4 @@ public List<SaveContainer> GetSaveContainers(string dFacesContentDirectory, stri
MapLogic.SaveContainers;
public void SaveContainers(int? updated, List<SaveContainer> saveContainers)
// ...
```
```