Merge remote-tracking branch 'parent/general-devel' into fix-invalid-place-style

This commit is contained in:
Arthri 2021-11-24 09:21:40 +08:00
commit a1eaf285cd
14 changed files with 416 additions and 479 deletions

View file

@ -62,6 +62,10 @@ namespace TShockAPI
/// Hex code for a white highlight
/// </summary>
public const string WhiteHighlight = "FFFFFF";
/// <summary>
/// Hex code for a cyan pastel color
/// </summary>
public const string CyanHighlight = "AAFFFF";
/// <summary>
/// The lowest id for a prefix.
@ -890,7 +894,7 @@ namespace TShockAPI
Main.recipe[i] = new Recipe();
}
/// <summary>Dumps a matrix of all permissions & all groups in Markdown table format.</summary>
/// <summary>Dumps a matrix of all permissions &amp; all groups in Markdown table format.</summary>
/// <param name="path">The save destination.</param>
internal void DumpPermissionMatrix(string path)
{