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)
278
278
279
279
[ System . Runtime . CompilerServices . MethodImpl (
280
280
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 ) ;
282
282
283
283
[ System . Runtime . CompilerServices . MethodImpl (
284
284
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 ) ;
286
286
287
287
#endregion
288
288
}
You can’t perform that action at this time.
0 commit comments