private IEnumerator OnDeath() { PlayAction("Death"); yield return(new WaitForSeconds(5)); ChessManager.RemoveEntity(chessObj.id); }