We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56fc38 commit ba82f47Copy full SHA for ba82f47
1 file changed
Scripts/Runtime/ScriptableObjectCollection.cs
@@ -401,7 +401,7 @@ public static ScriptableObjectCollection<ObjectType> Values
401
set => base[index] = value;
402
}
403
404
- public IEnumerator<ObjectType> GetEnumerator()
+ public new IEnumerator<ObjectType> GetEnumerator()
405
{
406
using (IEnumerator<CollectableScriptableObject> itemEnum = base.GetEnumerator())
407
0 commit comments