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

Method Api

unity/Runity/Runity.cs:32–35  ·  view source on GitHub ↗
(string a_gameLibName, Level a_unityLoggerLevel, Level a_writerLoggerLevel)

Source from the content-addressed store, hash-verified

30
31 public class Api {
32 public Api(string a_gameLibName, Level a_unityLoggerLevel, Level a_writerLoggerLevel) {
33 api_init(a_unityLoggerLevel, a_writerLoggerLevel);
34 api_init_game_lib(a_gameLibName);
35 }
36
37 public void Update() {
38 Time time;

Callers

nothing calls this directly

Calls 2

api_initFunction · 0.85
api_init_game_libFunction · 0.85

Tested by

no test coverage detected