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