Beispiel #1
0
 private void Start()
 {
     SC               = Loco.GetComponent <ScoreController>();
     SC.MayLoad      += OnMayLoad;
     SC.Score        += OnScore;
     CS.SwitchCamera += OnSwitchCamera;
 }