void BeEaten( Token token ) { Debug.Log(movieName +" be eaten"); // if ( targetBackBlock == null || targetBackBlock[1].occupyToken ==null) // return; token.EatToken(this); EndLife(); }