This commit is contained in:
@@ -5,6 +5,11 @@ namespace PkmnLib.Dynamic.ScriptHandling;
|
||||
/// </summary>
|
||||
public interface ILimitedTurnsScript
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the number of turns remaining for the script to last.
|
||||
/// </summary>
|
||||
public int TurnsRemaining { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Sets the number of turns the script will last.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user