mirror of
https://github.com/Perfare/Il2CppDumper.git
synced 2025-01-25 02:03:02 -03:00
修复namespace错误
This commit is contained in:
parent
e15e32a66e
commit
c88f70644b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ using System.Linq;
|
|||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
|
||||
namespace Il2CppDumper._64bit
|
||||
namespace Il2CppDumper.v21._64bit
|
||||
{
|
||||
public class Il2CppCodeRegistration
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue