mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 13:19:58 +08:00
Rename util directory to os
This commit is contained in:
@@ -2,7 +2,7 @@ use anyhow::Result;
|
||||
|
||||
use super::SchemaType;
|
||||
|
||||
use crate::util::{Address, Process};
|
||||
use crate::os::{Address, Process};
|
||||
|
||||
pub struct SchemaClassFieldData<'a> {
|
||||
process: &'a Process,
|
||||
|
||||
Reference in New Issue
Block a user