示例#1
0
 internal static void AsCoroutine(IEnumerator routine)
 {
     PlayGamesHelperObject.RunCoroutine(routine);
 }