Hi! I'm Brazilian, they wanted to apologize for my English because I'm using Google Translate to post. I am a recent SE player and a recent programming student and would like to start exercising programming by SE and the tutorials in that forum, and I decided to make a simple code to detect the day cycle without relying on timer, only the solar panel and logic That I came up with some research was as follows:
Script Cycle-day/night detection without Timer: Help
Code:
List <IMySolarPanel> SolarPanel = new List <IMySolarPanel> (); List...