1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2024-09-30 05:59:46 +00:00
doukutsu-rs/src/npc/boss/omega.rs

8 lines
102 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_b01_omega(&mut self) {
}
}