Re: The fuck is wrong with this class?

2019-06-21 Thread AudioGames . net Forum — Developers room : cmerry via Audiogames-reflector
Re: The fuck is wrong with this class? Ok, so it seems I've figured it out. I asumed all the variables had to be in the constructer rather than just the ones that need to be set. Woops, haha. URL: https://forum.audiogames.net/post/443284/#p443284 -- Audiogames-reflector mailing list

Re: The fuck is wrong with this class?

2019-06-21 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: The fuck is wrong with this class? How are you spawning those enemies? The error suggests that only three parameters are present.  Also, what is the point of giving variables values if your constructor overrides them? URL: https://forum.audiogames.net/post/443283/#p443283

Re: The fuck is wrong with this class?

2019-06-21 Thread AudioGames . net Forum — Developers room : brian . kurosawa via Audiogames-reflector
Re: The fuck is wrong with this class? It has something to do with your class constructor. Probably, you haven't filled all parameters correctly. URL: https://forum.audiogames.net/post/443273/#p443273 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

The fuck is wrong with this class?

2019-06-21 Thread AudioGames . net Forum — Developers room : cmerry via Audiogames-reflector
The fuck is wrong with this class? Hi.So I've written classes before, but never ran into something like this. For some reason it seems to be setting all of my propertys to blank when I make an instance of it, either that or I'm being increddibly stupid. Anyways, here is the actuall class