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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user