Fix singleton pattern.
This commit is contained in:
@@ -25,6 +25,8 @@ namespace Cryville.Crtr.Browsing.UI {
|
||||
public ActionManager Actions { get; private set; }
|
||||
|
||||
protected override void Awake() {
|
||||
base.Awake();
|
||||
|
||||
Actions = new ActionManager();
|
||||
Actions.Register(new PlayChartAction());
|
||||
|
||||
|
Reference in New Issue
Block a user