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