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

@@ -24,7 +24,7 @@ use commands::{CommandSource, register};
use futures::lock::Mutex;
use futures_locks::RwLock;
use mlua::{Function, Lua, Table};
use replay::{Recorder, plugin::RecordPlugin};
use replay::{plugin::RecordPlugin, recorder::Recorder};
use std::{
collections::HashMap,
env,