PkmnLib.NET/Plugins/PkmnLib.Plugin.Gen7/Scripts/Weather/Hail.cs

10 lines
248 B
C#
Raw Normal View History

2024-11-02 11:59:55 +00:00
using PkmnLib.Dynamic.ScriptHandling;
using PkmnLib.Dynamic.ScriptHandling.Registry;
namespace PkmnLib.Plugin.Gen7.Scripts.Weather;
[Script(ScriptCategory.Weather, "hail")]
public class Hail : Script
{
// TODO: Implement Hail weather effect
}