Il2CppQuestTypePatching
Il2CppQuestTypePatching copied to clipboard
Request: easy coroutines
It would be great if there was a simple macro that did the making of coroutines for you as it's just calling one method, I propose to do it like this:
#define coro(...) custom_types::Helpers::CoroutineHelper::New(__VA_ARGS__)
advantages would be me not having to remember the exact namespace and also me not having to type as many :