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

10 lines
185 B
C#

using System;
using UnityEngine;
[Serializable]
public class SpawnableOutsideObjectWithRarity
{
public SpawnableOutsideObject spawnableObject;
public AnimationCurve randomAmount;
}