Example #1
0
    // SAc: Edit, We have removed Julia from the group of kids as she is not in the 9 year old list as per configuration, so all the index numbers will have to be modified as per this change where it is needed



    public void MainActionOne()
    {
        kidLeonie.SetMyMood(MoodIndicator.Middle);
        kidLeonie.ShowMyMoodNow(true);
        StartCoroutine(ActivateMainActionOne());
    }