private void Start()
 {
     toggle.onValueChanged.AddListener((bool value) => hexMapEditor.AddNullHintLabel(nullHintIndex, value));
 }