Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #61 from techno-dwarf-works/dev
Browse files Browse the repository at this point in the history
Update GetCollectionElementType
  • Loading branch information
uurha authored Feb 29, 2024
2 parents 101f491 + 37f97d7 commit 3dfa757
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public static bool IsSubclassOfAnyRawGeneric(this Type self, IEnumerable<Type> g
return false;
}

public static Type GetElementType(this Type self)
public static Type GetCollectionElementType(this Type self)
{
if (self == null)
{
Expand Down
4 changes: 2 additions & 2 deletions Assets/BetterExtensions/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "com.uurha.betterextensions",
"displayName": "Better Extensions",
"version": "1.5.5",
"unity": "2020.1",
"version": "1.5.6",
"unity": "2021.3",
"description": "Unity extensions, serialize extension, async extension, string extension and UI extensions",
"dependencies": {
"com.tdw.better.internal.core": "0.0.2"
Expand Down

0 comments on commit 3dfa757

Please sign in to comment.