static internal void RunCallbacks() { if (Config.Os == OsType.Windows) { Win64.SteamAPI_RunCallbacks(); } else if (Config.Os == OsType.Posix) { Posix.SteamAPI_RunCallbacks(); } else { throw new System.Exception("this platform isn't supported"); } }