public void CancalButton() { cancel?.Invoke(); Destroy(gameObject); }
public void ConfigButton() { config?.Invoke(); Destroy(gameObject); }