示例#1
0
    public void OnMilkTap()
    {
        ++state;

        pasteurizer.Hide();

        // The player has to tap again the cow for milk
        cow.SetColliderActive(true);

        // Play here the guiding vocals!
        // ...
    }