bevy-combat-proto/src/combat/mod.rs

3 lines
77 B
Rust

//! This module contains core concepts of the combat system
pub mod attack;