LethalCompany/Lethal Company/ExportedProject/Assets/Scripts/Assembly-CSharp/RandomWeatherWithVariables.cs
2023-12-22 18:30:10 -05:00

11 lines
173 B
C#

using System;
[Serializable]
public class RandomWeatherWithVariables
{
public LevelWeatherType weatherType;
public int weatherVariable;
public int weatherVariable2;
}