void BlueprintUse_Test() { try { BlueprintDataBlock BDB = new BlueprintDataBlock(); Log("BlueprintUse_Test: Test 1"); Hooks.BlueprintUse(null, BDB); Log("BlueprintUse_Test: Test 2"); Hooks.BlueprintUse(null, null); } catch (Exception ex) { Logger.LogException(ex); } }