Implement action bar.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using Cryville.Crtr.Browsing.Actions;
|
||||
using Cryville.Crtr.Config;
|
||||
using Cryville.Crtr.Config.UI;
|
||||
|
||||
@@ -6,5 +7,6 @@ namespace Cryville.Crtr.Browsing.UI {
|
||||
protected virtual void Awake() {
|
||||
GetComponent<PropertyMasterPanel>().Adapter = new DefaultPropertyMasterAdapter(Settings.Default);
|
||||
}
|
||||
public override void InvokeAction(IResourceAction action) { }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user