namespace PkmnLib.Dynamic.ScriptHandling;
public interface IWeatherScript
{
public void SetTurns(int turns);
}