This commit is contained in:
Janis
2022-05-29 19:55:21 +02:00
parent 69df1ae43a
commit 2241ada340
94 changed files with 14544 additions and 11 deletions

View File

@@ -0,0 +1,4 @@
public class PlacedObjectsDictionary : Dictionary<PlacedObjectTypeSO>
{
public override PlacedObjectTypeSO GetEntryById(string id) => entries.Find(entry => entry.id == id);
}