示例#1
0
 public static void update(List <string> turns)
 {
     if (timeline == null)
     {
         return;
     }
     timeline.update(turns);
 }