This commit is contained in:
@@ -69,7 +69,7 @@ pub(crate) mod tests {
|
||||
impl Ability for Ability {
|
||||
fn name(&self) -> &StringKey;
|
||||
fn effect(&self) -> &StringKey;
|
||||
fn parameters(&self) -> &Vec<Arc<Parameter >>;
|
||||
fn parameters(&self) -> &HashMap<StringKey, Arc<Parameter >>;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user