Bunch more moves, changes in how additional information for items works.
This commit is contained in:
7
Plugins/PkmnLib.Plugin.Gen7/Scripts/Weather/Sandstorm.cs
Normal file
7
Plugins/PkmnLib.Plugin.Gen7/Scripts/Weather/Sandstorm.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace PkmnLib.Plugin.Gen7.Scripts.Weather;
|
||||
|
||||
[Script(ScriptCategory.Weather, "sandstorm")]
|
||||
public class Sandstorm : Script
|
||||
{
|
||||
// TODO: Implement Sandstorm
|
||||
}
|
||||
Reference in New Issue
Block a user