game specific rust dll
(string a_gameLibName)
| 45 | |
| 46 | // game specific rust dll |
| 47 | [DllImport("runity")] public static extern void api_init_game_lib(string a_gameLibName); |
| 48 | } |
| 49 | } |
nothing calls this directly
no outgoing calls
no test coverage detected