You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is a typo while calling the constructors in the classes: PlayStation4 and XboxOne
Copy () : base('PlayStation4') { } # should be PlayStation4()
Copy () : base('PlayStation4') { } # should be XboxOne()
there is a typo while calling the constructors in the classes: PlayStation4 and XboxOne
Copy () : base('PlayStation4') { } # should be PlayStation4()
Copy () : base('PlayStation4') { } # should be XboxOne()