mirror of
https://github.com/Momoko-Ayase/Senbei.git
synced 2026-09-19 03:57:59 -04:00
7 lines
95 B
Rust
7 lines
95 B
Rust
//! Unity il2cpp metadata restoration.
|
|
|
|
pub mod android;
|
|
pub mod windows;
|
|
|
|
pub use windows::*;
|