Add all missing docs
This commit is contained in:
@@ -16,6 +16,7 @@ public interface ISwitchChoice : ITurnChoice
|
||||
/// <inheritdoc cref="ISwitchChoice"/>
|
||||
public class SwitchChoice : TurnChoice, ISwitchChoice
|
||||
{
|
||||
/// <inheritdoc cref="SwitchChoice"/>
|
||||
public SwitchChoice(IPokemon user, IPokemon switchTo) : base(user)
|
||||
{
|
||||
SwitchTo = switchTo;
|
||||
|
||||
Reference in New Issue
Block a user