(Time a_time)
| 42 | |
| 43 | [DllImport("runity")] public static extern void api_init(Level a_unityLoggerLevel, Level a_writerLoggLevel); |
| 44 | [DllImport("runity")] public static extern void api_update(Time a_time); |
| 45 | |
| 46 | // game specific rust dll |
| 47 | [DllImport("runity")] public static extern void api_init_game_lib(string a_gameLibName); |
nothing calls this directly
no outgoing calls
no test coverage detected