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