Added the how to play back into the client menu,
Fixed the block spawning issue (ran about 10 rounds with no errors),
Added another counter for the cannon so it shows both sides,
Removed some Debugs,
Made the fog not static,
Players can sucessfully disconnect from the game - their character is also removed and the server doesnt wait for their input
-Created block class
-Turned objects in scene to prefabs
-Moved Character movement out of update
-Added keyboard controll class
-Added some Utility classes
-Fixed some folders
- Character move forward, rotate left and right, jump functions(up onto and over)
- Character stops if object/obstacle in the way
- Implemented with keyboard control
- Wall collider tester in TuteLevelOne