mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Draft for Genetic Diseases
This commit is contained in:
parent
92e917f473
commit
3aa6fdaabd
8 changed files with 188 additions and 1 deletions
|
@ -30,5 +30,12 @@ namespace RJW_Genes
|
|||
Log.Warning($"[{ModId}] {message}");
|
||||
}
|
||||
|
||||
public static void Debug(string message)
|
||||
{
|
||||
if (RJW_Genes_Settings.rjw_genes_detailed_debug)
|
||||
{
|
||||
Log.Message($"[{ModId}][debug] {message}");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue