public void SetLanternState(bool state) { isLit = state; light.SetActive(state); lantern.SetState(state); }