From 3d6eaa360cedf4e39e0278b518dc1f0e0d3e0618 Mon Sep 17 00:00:00 2001 From: Inspiaaa Date: Sat, 7 Sep 2024 16:06:41 +0200 Subject: [PATCH] Allow Co class to be extended externally --- src/Co.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Co.cs b/src/Co.cs index a54be9d..8012d93 100644 --- a/src/Co.cs +++ b/src/Co.cs @@ -11,7 +11,7 @@ namespace HCoroutines; /// /// Class that allows for easy access to the standard coroutine types. /// -public static class Co +public static partial class Co { private static CoroutineBase[] GetCoroutines(IEnumerator[] enumerators) {