refactor(replay): move recorder into separate module

This commit is contained in:
2025-03-10 21:54:57 -04:00
parent dda43999fe
commit e81fab7bf8
5 changed files with 92 additions and 92 deletions

View File

@@ -4,7 +4,7 @@ use crate::{
http::serve,
lua::{client, direction::Direction, player::Player, vec3::Vec3},
particle,
replay::Recorder,
replay::recorder::Recorder,
};
use anyhow::Context;
use azalea::{