@@ -57,6 +57,7 @@ namespace Model
if (!this.dictionary.TryGetValue(type, out queue))
{
queue = new EQueue<Disposer>();
+ this.dictionary.Add(type, queue);
}
queue.Enqueue(obj);
@@ -0,0 +1,12 @@
+fileFormatVersion: 2
+guid: 8358c72195c48914c845f5abb35b66e6
+timeCreated: 1506412332
+licenseType: Free
+MonoImporter:
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
+guid: a33b38c8aad77fe43ae61cbd09dee9b3
@@ -0,0 +1,9 @@
+guid: de79b1bf18100bf41aeb8e5bd55170bb
+folderAsset: yes
+timeCreated: 1506412331
+DefaultImporter:
+guid: 384b8c339ff041543b3547c39ad02edf
+guid: f6f7d90d657e1af4e9d43b08fc2530b3
+guid: 0bb399825802f7947ba9efa0581a25d2
+guid: 7325fd3bca3b0fc4aa6070c0fc95a74a
@@ -58,6 +58,7 @@ namespace Hotfix