Skip to content

Commit 63d0bf8

Browse files
Updated System implementations
1 parent c4d7d29 commit 63d0bf8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Runtime/EntitySystem.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -247,16 +247,6 @@ public EntityComponentType MatchEntity (System.Predicate<EntityComponentType> ma
247247
return matchedEntity;
248248
}
249249

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-
260250
/// <summary>
261251
/// Starts a coroutine on this system.
262252
/// </summary>

0 commit comments

Comments
 (0)