Files
2021-01-04 05:26:43 +01:00

17 lines
315 B
C#

/*
Copyright 2020-2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty
All rights reserved.
*/
namespace Il2CppInspector
{
// A code file function export
public class Export
{
public int Ordinal;
public string Name;
public ulong VirtualAddress;
}
}