MCPcopy Create free account
hub / github.com/TanTanDev/runity / api_init_game_lib

Method api_init_game_lib

unity/Runity/Runity.cs:47–47  ·  view source on GitHub ↗

game specific rust dll

(string a_gameLibName)

Source from the content-addressed store, hash-verified

45
46 // game specific rust dll
47 [DllImport("runity")] public static extern void api_init_game_lib(string a_gameLibName);
48 }
49}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected