Restructure resource browsers.
This commit is contained in:
@@ -3,8 +3,7 @@ using Cryville.Crtr.Config.UI;
|
||||
|
||||
namespace Cryville.Crtr.Browsing.UI {
|
||||
internal class SettingsBrowser : ResourceBrowser {
|
||||
protected override void Awake() {
|
||||
base.Awake();
|
||||
protected virtual void Awake() {
|
||||
GetComponent<PropertyMasterPanel>().Adapter = new DefaultPropertyMasterAdapter(Settings.Default);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user