M7KYKQQLNUSF3YVPTEJCYGJRW2RS3N7AWSSZ75IDYP3IM2LNRT4QC
startCoroutine(name: string, coroutine: GameCoroutine): CoroutineId {
return GameReference.coroutineManager.startCoroutine(name, coroutine, this);
}
// startCoroutine(name: string, coroutine: GameCoroutine): CoroutineId {
// return GameReference.coroutineManager.startCoroutine(name, coroutine, this);
// }