示例#1
0
        public override void HasAwake()
        {
            //Setting up the cue stick
            CueStick.Initialise(OnRotateCueStick);

            //Setting up the shot slider
            ShotSlider.Initialise(OnForceApplied);

            //Map the player object to the score UI
            PlayerScorePanel.Initialise(Players);

            //Hide the game reset panel
            GameResetPanel.Hide();
        }