Can someone give me a explanation of a Constructor?
So I was under the impression in order to make a new data type you needed to use a constructor, but I just watched a video that showed that as long as you had the public class variables set up, then you have created the data type. So could someone help explain the difference between these two and the best case uses for doing one over the other or like if you should do one of them since the other is bad scripting.

