예제 #1
0
 void OnEnable()
 {
     _backButton.clicked += () => {
         _sceneInfo.GotToStart();
     };
 }