feat: left right movement done

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-02 23:47:47 +02:00
parent d7e21a256d
commit 9de5e6bbff
11 changed files with 522 additions and 224 deletions

View File

@@ -3,6 +3,7 @@ use crate::{
storage::Storage,
};
#[allow(dead_code)]
pub struct State {
engine: SharedEngine,
pub storage: Storage,