mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-12 20:12:21 -06:00
refactor: implement entity trait, common abstraction for movement & rendering
This commit is contained in:
@@ -2,4 +2,5 @@ pub mod direction;
|
||||
pub mod ghost;
|
||||
pub mod graph;
|
||||
pub mod pacman;
|
||||
pub mod r#trait;
|
||||
pub mod traversal;
|
||||
|
||||
Reference in New Issue
Block a user