예제 #1
0
 /// <summary>
 /// 开始剧情
 /// </summary>
 public void Play()
 {
     //清除所有角色
     PlotMgr.ClearPlotActor();
     //第一个剧情
     if (Count > 0)
     {
         m_PlotCommands[0].DoAction();
     }
 }
예제 #2
0
 public PlotInfo(PlotMgr mgr)
 {
     PlotMgr = mgr;
 }