7 lines
147 B
C#

namespace PkmnLib.Plugin.Gen7.Scripts.Weather;
[Script(ScriptCategory.Weather, "rain")]
public class Rain : Script
{
// TODO: Implement Rain
}