void RpcTakeDamage(bool died) { //handle graphical stuff related to taking damage if (died) { player.Die(); } }