mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-04 04:22:53 +08:00
Update CacheMember.cs
This commit is contained in:
@ -53,7 +53,7 @@ namespace Explorer.CacheObject
|
|||||||
{
|
{
|
||||||
if (m_arguments.Length < 1)
|
if (m_arguments.Length < 1)
|
||||||
{
|
{
|
||||||
return null;
|
return new object[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
var parsedArgs = new List<object>();
|
var parsedArgs = new List<object>();
|
||||||
|
Reference in New Issue
Block a user