File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -278,11 +278,11 @@ private void StopCoroutineImpl(IEnumerator routine)
278278
279279 [ System . Runtime . CompilerServices . MethodImpl (
280280 System . Runtime . CompilerServices . MethodImplOptions . AggressiveInlining ) ]
281- public static Coroutine StartCoroutine ( IEnumerator routine ) => Instance . StartCoroutineImpl ( routine ) ;
281+ internal static Coroutine StartCoroutine ( IEnumerator routine ) => Instance . StartCoroutineImpl ( routine ) ;
282282
283283 [ System . Runtime . CompilerServices . MethodImpl (
284284 System . Runtime . CompilerServices . MethodImplOptions . AggressiveInlining ) ]
285- public static void StopCoroutine ( IEnumerator routine ) => Instance . StopCoroutineImpl ( routine ) ;
285+ internal static void StopCoroutine ( IEnumerator routine ) => Instance . StopCoroutineImpl ( routine ) ;
286286
287287 #endregion
288288 }
You can’t perform that action at this time.
0 commit comments