Clippy fixes, additional WASM registration work
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -175,7 +175,7 @@ pub struct MoveChoice {
|
||||
choice_data: Box<CommonChoiceData>,
|
||||
}
|
||||
|
||||
impl<'user, 'library> MoveChoice {
|
||||
impl MoveChoice {
|
||||
/// Initializes the data for a new move choice.
|
||||
pub fn new(user: Arc<Pokemon>, used_move: Arc<LearnedMove>, target_side: u8, target_index: u8) -> Self {
|
||||
Self {
|
||||
|
||||
Reference in New Issue
Block a user