generated from 2ndbeam/bevy-template
feat: BpmTimer and AttackArea
This commit is contained in:
parent
e4b1475c48
commit
f6022d84b2
7 changed files with 198 additions and 2 deletions
3
src/combat/mod.rs
Normal file
3
src/combat/mod.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
//! This module contains core concepts of the combat system
|
||||
|
||||
pub mod attack;
|
||||
Loading…
Add table
Add a link
Reference in a new issue