Couple browser item to resource browser.

This commit is contained in:
2023-11-29 22:04:04 +08:00
parent 0f13d2d5fd
commit 700af29e43
5 changed files with 10 additions and 10 deletions

View File

@@ -7,6 +7,7 @@ namespace Cryville.Crtr.Browsing.UI {
protected virtual void Awake() {
GetComponent<PropertyMasterPanel>().Adapter = new DefaultPropertyMasterAdapter(Settings.Default);
}
public override void OnItemClicked(int index) { }
public override void InvokeAction(IResourceAction action) { }
}
}