Trying to instantiate a LightComponent object but it keeps claiming there is a constructor. I've looked inside the class and I'm not seeing an explicit constructor. I've been assuming it is using the default constructor.
I keep seeing the error
"LightComponent does not contain a constructor that takes 0 arguments."
What am I missing to use the LightComponent object?