1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2025-12-05 11:27:48 +00:00
doukutsu-rs/src/npc/boss/ballos.rs

8 lines
103 B
Rust
Raw Normal View History

2020-11-02 02:20:16 +00:00
use crate::npc::boss::BossNPC;
impl BossNPC {
pub(crate) fn tick_b09_ballos(&mut self) {
}
}