uobors_core 0.0.8

Unleash OpenBOR modding in Rust
Documentation
1
2
3
4
5
6
use anyhow::Result;

pub fn keep() -> Result<()> {
    println!("This is kept for the future use case.");
    Ok(())
}