Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using UnityEngine;
- [CreateAssetMenu]
- public class DifficultySetting : ScriptableObject
- {
- public AnimationCurve spawnRate;
- public AnimationCurve maxWaveTime;
- public AnimationCurve wowFactor;
- [Range(0f,1f)] public float vajazzleAmount;
- }
Advertisement
Add Comment
Please, Sign In to add comment