Files

9 lines
180 B
C#

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