parent
d8eec4625c
commit
be5dbe0cd8
|
|
@ -89,6 +89,7 @@ namespace Content.Client.Crayon.UI
|
|||
if (obj.Button.Name == null) return;
|
||||
|
||||
_selected = obj.Button.Name;
|
||||
OnSelected?.Invoke(_selected);
|
||||
RefreshList();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue