Move all battle state from IPokemon to an ephemeral IBattlePokemon wrapper
This commit is contained in:
@@ -13,7 +13,7 @@ public interface IFleeChoice : ITurnChoice
|
||||
public class FleeTurnChoice : TurnChoice, IFleeChoice
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public FleeTurnChoice(IPokemon user) : base(user)
|
||||
public FleeTurnChoice(IBattlePokemon user) : base(user)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user