﻿namespace E.Story
{
    /// <summary>
    /// UI选项列表
    /// </summary>
    public class UIBranchList : UIList<ChoiceData>
    {

    }
}