예제 #1
0
파일: TextPlayer.cs 프로젝트: zillix/LD46
 public void Abort()
 {
     if (typer)
     {
         typer.Abort();
     }
 }