Rainbow crayon + color-selectable crayons (#7786)
This commit is contained in:
@@ -40,6 +40,11 @@ namespace Content.Client.Crayon.UI
|
||||
SendMessage(new CrayonSelectMessage(state));
|
||||
}
|
||||
|
||||
public void SelectColor(string color)
|
||||
{
|
||||
SendMessage(new CrayonColorMessage(color));
|
||||
}
|
||||
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
base.Dispose(disposing);
|
||||
|
||||
Reference in New Issue
Block a user