mirror of
https://github.com/DerTyp7/industrialize-unity.git
synced 2026-07-31 11:19:03 +02:00
a
This commit is contained in:
4
Assets/Scripts/Dictionaries/ItemDictionary.cs
Normal file
4
Assets/Scripts/Dictionaries/ItemDictionary.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
public class ItemDictionary : Dictionary<ItemSO>
|
||||
{
|
||||
public override ItemSO GetEntryById(string id) => entries.Find(entry => entry.id == id);
|
||||
}
|
||||
11
Assets/Scripts/Dictionaries/ItemDictionary.cs.meta
Normal file
11
Assets/Scripts/Dictionaries/ItemDictionary.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8b622d1e196b7dd49ac167a5ab14be35
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user