mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-28 02:52:24 +08:00
Fix for InputSystem in 3.0.0 (temp fix for il2cpp)
This commit is contained in:
@ -211,6 +211,8 @@ namespace UnityExplorer.Helpers
|
||||
|
||||
return false;
|
||||
}
|
||||
#else
|
||||
public static bool LoadModule(string module) => true;
|
||||
#endif
|
||||
|
||||
public static bool IsEnumerable(Type t)
|
||||
|
Reference in New Issue
Block a user