using NUnit.Framework; using Sirenix.OdinInspector; namespace Reset.World{ public class ZoneEvent{ [PropertyRange(0, 100)] public float eventRarity; } }