1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2026-03-22 22:23:26 +08:00

work in progress

This commit is contained in:
2025-04-23 21:26:11 +08:00
parent fd2aa924ff
commit 150868fcea
5 changed files with 452 additions and 56 deletions

View File

@@ -41,7 +41,7 @@ public class MyCheckBox : MonoBehaviour
protected void OnDestroy()
{
_config.SettingChanged -= _configChanged;
if (_config != null) _config.SettingChanged -= _configChanged;
}
public static MyCheckBox CreateCheckBox(float x, float y, RectTransform parent, ConfigEntry<bool> config, string label = "", int fontSize = 15)