Reloads actions on actions changed.

This commit is contained in:
2023-11-30 15:08:00 +08:00
parent 59339d5bc6
commit 048a9f54fb
5 changed files with 25 additions and 2 deletions

View File

@@ -9,5 +9,6 @@ namespace Cryville.Crtr.Browsing.UI {
}
public override void OnItemClicked(int index) { }
public override void InvokeAction(IResourceAction action) { }
internal override void OnActionsChanged() { }
}
}