for example this method patching not work IEnumerator cor() { Debug.Log("test4234"); yield return null; } is it hard to add support for corontinue methods?
for example this method patching not work
IEnumerator cor()
{
Debug.Log("test4234");
yield return null;
}
is it hard to add support for corontinue methods?