test
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 25s
Create tag and build when new code gets to main / Export (push) Successful in 7m18s

This commit is contained in:
2026-05-17 02:32:06 +02:00
parent e09714cf83
commit 06ef5d892b

View File

@@ -62,6 +62,7 @@ public partial class ForgeAttributeSet : Node
string name = prop.Name;
if (InitialAttributeValues.TryGetValue(name, out AttributeValues? value))
{
if (value is null) continue; //temp
SetAttributeValue("SetAttributeBaseValue", instance, prop, value.Default);
SetAttributeValue("SetAttributeMinValue", instance, prop, value.Min);
SetAttributeValue("SetAttributeMaxValue", instance, prop, value.Max);