Ejemplo n.º 1
0
    public void DisableState(int index)
    {
        BaseStateInfo state = mStateInfoList[index];

        state.Disable();
    }