void OnClick()
 {
     uiManager.OpenNote();
 }
Example #2
0
 protected override void Execute()
 {
     uiManager.OpenNote();
 }