tanghai 7 лет назад
Родитель
Сommit
92e7a5b18f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Unity/Assets/Scripts/Entity/Hotfix.cs

+ 1 - 1
Unity/Assets/Scripts/Entity/Hotfix.cs

@@ -42,7 +42,7 @@ namespace ETModel
 				return new List<Type>();
 			}
 
-			return this.appDomain.LoadedTypes.Values.Select(x => x.ReflectionType);
+			return this.appDomain.LoadedTypes.Values.Select(x => x.ReflectionType).ToList();
 #else
 			if (this.assembly == null)
 			{