herta-lib 1.1.8

Backend library for herta-bin
Documentation
1
2
3
pub fn calc_base_attack(character: u32, cone: u32) -> u32 {
    character + cone
}