コード例 #1
0
    public void Submit(int score)
    {
        if (IsFinished())
        {
            return;
        }
        scores[index] = score;

        index++;

        scores.SetCurrent(index);
    }