Crates.io | mortar_distance |
lib.rs | mortar_distance |
version | 0.1.0 |
source | src |
created_at | 2022-10-22 14:23:43.397659 |
updated_at | 2022-10-22 14:23:43.397659 |
description | Callibrate your mortar distance in PlayerUnknown's Battlegrounds (PUBG). |
homepage | |
repository | https://github.com/bwintertkb/mortar_distance.git |
max_upload_size | |
id | 694475 |
size | 23,192 |
A little library that can be used to callibrate the mortar firing distance in PlayerUnknown's Battlegrounds (PUBG).
mortar_distance = 0.1.0
use mortar_distance::record;
const CALLIBRATION_DISTANCE: u32 = 100;
fn main() {
println!("DISTANCE: {}", record(CALLIBRATION_DISTANCE, true).unwrap());
}
mortar_distance
is distributed under the terms of MIT license.