예제 #1
0
파일: DataMediator.cs 프로젝트: wuw94/pon
 public void CoroutineStop(Coroutine coroutine)
 {
     databaseSystem.CoroutineStop(coroutine);
 }