mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-01-03 06:13:45 +01:00
Add support for custom colors for design display.
This commit is contained in:
parent
ec7a53bee2
commit
2b30a88bf4
13 changed files with 438 additions and 39 deletions
|
|
@ -32,6 +32,9 @@ public sealed class DesignChanged : EventWrapper<Action<DesignChanged.Type, Desi
|
|||
/// <summary> An existing design had its description changed. Data is the prior description [string]. </summary>
|
||||
ChangedDescription,
|
||||
|
||||
/// <summary> An existing design had its associated color changed. Data is the prior color [string]. </summary>
|
||||
ChangedColor,
|
||||
|
||||
/// <summary> An existing design had a new tag added. Data is the new tag and the index it was added at [(string, int)]. </summary>
|
||||
AddedTag,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue