9 lines
173 B
C#
9 lines
173 B
C#
namespace PkmnLib.Dynamic.Models.Choices;
|
|
|
|
/// <summary>
|
|
/// A choice to switch to a different Pokémon.
|
|
/// </summary>
|
|
public interface ISwitchChoice : ITurnChoice
|
|
{
|
|
|
|
} |