Skip to content

Commit be5130b

Browse files
committed
fix: Made a function in LDtkField internal instead of public
1 parent 6fe0539 commit be5130b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/LDtkUnity/Runtime/Fields/LDtkField.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public string[] GetValuesAsStrings()
132132
return elements.Select(p => p.GetValueAsString()).ToArray();
133133
}
134134

135-
public bool IsSingleNull()
135+
internal bool IsSingleNull()
136136
{
137137
if (!ValidateSingle()) return true;
138138

0 commit comments

Comments
 (0)