示例#1
0
文件: TextPlayer.cs 项目: zillix/LD46
 public void Abort()
 {
     if (typer)
     {
         typer.Abort();
     }
 }