[Fix] Name & add meta
This commit is contained in:
@@ -6,7 +6,7 @@ using YachtDice.Modifiers.Runtime;
|
||||
namespace YachtDice.Modifiers.Conditions
|
||||
{
|
||||
[CreateAssetMenu(fileName = "MinScoreCondition", menuName = "YachtDice/Modifiers/Conditions/Min Score")]
|
||||
public class MinScoreCondition : ConditionSO
|
||||
public class MinScoreCondition : Condition
|
||||
{
|
||||
[SerializeField] private int minimumBaseScore;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user