tanghai пре 7 година
родитељ
комит
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)
 			{