7 lines
162 B
C#
7 lines
162 B
C#
namespace PkmnLib.Plugin.Gen7.Scripts.Weather;
|
|
|
|
[Script(ScriptCategory.Weather, "sandstorm")]
|
|
public class Sandstorm : Script
|
|
{
|
|
// TODO: Implement Sandstorm
|
|
} |