Проектная работа - WIP

This commit is contained in:
9 changed files with 193 additions and 198 deletions
+3 -1
View File
@@ -1,10 +1,12 @@
mod core;
mod debug;
mod domain;
mod fixed_update;
mod game;
mod gameplay;
mod observers;
mod post_update;
mod startup;
mod tools;
mod update;
pub use game::SnakeGame;