more project structure cleanup, removing spaghetti code, using traits

This commit is contained in:
Piotrek
2021-04-26 21:39:20 +02:00
parent 3a444d6e3a
commit ad62a29263
14 changed files with 224 additions and 179 deletions
+8
View File
@@ -0,0 +1,8 @@
struct Player {
camera_controller: CameraController
}
impl Player {
}