We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
I kept it as a struct, since that is what was provided. For those that may not already know, a struct is essentially the same as a class - only that it is 'public' by default, opposed to classes which are
'private' by default.
Inherited Code
You are viewing a single comment's thread. Return to all comments →
I kept it as a struct, since that is what was provided. For those that may not already know, a struct is essentially the same as a class - only that it is 'public' by default, opposed to classes which are 'private' by default.
solution