Style cleanup
This commit is contained in:
@@ -15,8 +15,5 @@ public class PassTurnAI : PokemonAI
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public override ITurnChoice GetChoice(IBattle battle, IPokemon pokemon)
|
||||
{
|
||||
return new PassChoice(pokemon);
|
||||
}
|
||||
public override ITurnChoice GetChoice(IBattle battle, IPokemon pokemon) => new PassChoice(pokemon);
|
||||
}
|
||||
Reference in New Issue
Block a user