Review comment

This commit is contained in:
Sam 2023-03-20 20:19:01 -04:00
parent ac115055ac
commit 1337525987

View File

@ -478,6 +478,8 @@ impl From<&CharacterState> for CharacterAbilityType {
#[derive(Clone, PartialEq, Debug, Serialize, Deserialize)]
#[serde(deny_unknown_fields)]
/// For documentation on individual fields, see the corresponding character
/// state file in 'common/src/states/'
pub enum CharacterAbility {
BasicMelee {
energy_cost: f32,