Пример #1
0
 public Coroutine CoroutineStart(IEnumerator routine)
 {
     return(databaseSystem.CoroutineStart(routine));
 }