IEnumerator MyCoroutine()
{
	yield return new WaitForSeconds(1f);
	$end$
}