Add all missing docs
This commit is contained in:
@@ -9,8 +9,10 @@ public interface IPassChoice : ITurnChoice
|
||||
{
|
||||
}
|
||||
|
||||
/// <inheritdoc cref="IPassChoice"/>
|
||||
public class PassChoice : TurnChoice, IPassChoice
|
||||
{
|
||||
/// <inheritdoc cref="PassChoice"/>
|
||||
public PassChoice(IPokemon user) : base(user)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user