We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d7d29 commit 63d0bf8Copy full SHA for 63d0bf8
Runtime/EntitySystem.cs
@@ -247,16 +247,6 @@ public EntityComponentType MatchEntity (System.Predicate<EntityComponentType> ma
247
return matchedEntity;
248
}
249
250
- /// <summary>
251
- /// Starts a coroutine on this system.
252
- /// </summary>
253
- /// <param name="routine">The coroutine to start.</param>
254
- /// <returns>The coroutine.</returns>
255
- public Coroutine StartCoroutine (IEnumerator routine) {
256
- // Start the coroutine on the controller.
257
- return Controller.Instance.StartCoroutine (routine);
258
- }
259
-
260
/// <summary>
261
/// Starts a coroutine on this system.
262
/// </summary>
0 commit comments