mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
13 lines
165 B
Smarty
13 lines
165 B
Smarty
#include "../Il2CppCompatibleDef.h"
|
|
|
|
namespace hybridclr
|
|
{
|
|
const char* g_placeHolderAssemblies[] =
|
|
{
|
|
//!!!{{PLACE_HOLDER
|
|
|
|
//!!!}}PLACE_HOLDER
|
|
nullptr,
|
|
};
|
|
}
|