mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-04 15:24:54 +00:00
Adds method setDebugLevel(int level) to JsonToSimplFileMaster
This commit is contained in:
@@ -87,7 +87,9 @@ namespace PepperDash.Core.JsonToSimpl
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
public void setDebugLevel(int level) {
|
||||
Debug.SetDebugLevel(level);
|
||||
}
|
||||
public override void Save()
|
||||
{
|
||||
// this code is duplicated in the other masters!!!!!!!!!!!!!
|
||||
|
||||
Reference in New Issue
Block a user