示例#1
0
    public void AddBalls(int numBalls)
    {
        GamePlayState state = (GamePlayState)currState;

        state.AddBalls(numBalls);
    }