This commit is contained in:
@@ -761,4 +761,12 @@ public abstract class Script : IDeepCloneable
|
||||
public virtual void OnWeatherChange(IBattle battle, StringKey? weatherName, StringKey? oldWeatherName)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Modifies the weight of a Pokemon.
|
||||
/// </summary>
|
||||
/// <param name="weight">The weight in kilograms</param>
|
||||
public virtual void ModifyWeight(ref float weight)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user