CoroutineProxy.cs 84 B

12345
  1. using System;
  2. public class CoroutineProxy : SingletonMono<CoroutineProxy>
  3. {
  4. }