7 lines
154 B
C#
7 lines
154 B
C#
namespace PkmnLib.Plugin.Gen7.Scripts.Status;
|
|
|
|
[Script(ScriptCategory.Status, "sleep")]
|
|
public class Sleep : Script
|
|
{
|
|
public int Turns { get; set; }
|
|
} |