Style cleanup
This commit is contained in:
@@ -30,8 +30,5 @@ public class StaticPokeball : PokeballScript
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public override byte GetCatchRate(IPokemon target)
|
||||
{
|
||||
return _catchRate;
|
||||
}
|
||||
public override byte GetCatchRate(IPokemon target) => _catchRate;
|
||||
}
|
||||
Reference in New Issue
Block a user