9 lines
159 B
C#
9 lines
159 B
C#
namespace PkmnLib.Dynamic.Models.Choices;
|
|
|
|
/// <summary>
|
|
/// A choice to flee from a battle.
|
|
/// </summary>
|
|
public interface IFleeChoice : ITurnChoice
|
|
{
|
|
|
|
} |