OnSolarPanelSunUpdateUsage​Called when a solar panel updates the amount of energy it is getting from the sunReturn a non-null value to override default behaviorExamples​""object OnSolarPanelSunUpdate(SolarPanel solarPanel, int currentEnergy){ Puts("OnSolarPanelSunUpdate works!"); return null;}Copy