Tweaks for setting weather

This commit is contained in:
2025-03-08 10:26:45 +01:00
parent a6c73a9c04
commit 8f262cb4a6
8 changed files with 114 additions and 28 deletions

View File

@@ -559,4 +559,8 @@ public abstract class Script : IDeepCloneable
ref int modifiedAccuracy)
{
}
public virtual void ChangeWeatherDuration(StringKey weatherName, ref int duration)
{
}
}