API v8.0
Breaking changes for API v8.0
From 7.0.x to 8.0.x
BassBoom library path settings moved
public string BassBoomLibraryPath
{
get => bassBoomLibraryRoot ?? "";
set => bassBoomLibraryRoot = value;
}General console checker removed
public static void CheckConsole() {}
public static void AddToCheckWhitelist(Assembly asm) {}
public static void RemoveFromCheckWhitelist(Assembly asm) {}Console filter removed
Last updated