VDP-noclip / noclip

NOCLIP is an experimental game in which you “noclip” the environment to solve puzzles.
3 stars 1 forks source link

Remove redundant code from GameManager.cs #73

Closed spig95 closed 1 year ago

spig95 commented 1 year ago

Hi @TizioMaurizio, please have a look at this minor refactoring proposal. I wanted to remove all the things that I believe are not needed in GameManager. In my opinion, the code now is easier to maintain.

TizioMaurizio commented 1 year ago

Very good, I serialized gamestate because we should be able to inspect the game state for debugging, the rest is fine for me!